forked from plone/mockup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 1.01 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "mockup",
"description": "A collection of client side patterns for faster and easier web development",
"dependencies": {
"ace-builds": "1.2.6",
"backbone": "1.1.2",
"backbone.paginator": "0.8.1",
"bootstrap": "3.3.6",
"console-polyfill": "0.2.2",
"dropzone": "4.3.0",
"es5-shim": "4.5.9",
"jqtree": "1.4.1",
"jquery": "1.11.3",
"jquery-form": "3.51",
"jquery.cookie": "1.4.1",
"jquery.recurrenceinput.js": "v1.5.2",
"logging": "",
"marked": "0.3.5",
"moment": "2.10.6",
"patternslib": "2.0.13",
"pickadate": "3.5.6",
"react": "0.10.0",
"requirejs-text": "2.0.15",
"select2": "3.5.4",
"selectivizr": "1.0.2",
"tinymce-builded": "4.5.6",
"js-shortcuts": "^1.0.1",
"cs-jqtree-contextmenu": "^0.1.0"
},
"devDependencies": {
"expect": "0.3.1",
"sinonjs": "1.17.1"
},
"resolutions": {
"bootstrap": "3.3.6",
"jquery": "1.11.3",
"jquery-form": "3.51",
"select2": "3.5.4",
"moment": "2.10.6"
}
}