forked from plone/mockup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 944 Bytes
/
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
{
"name": "mockup",
"description": "A collection of client side patterns for faster and easier web development",
"dependencies": {
"ace-builds": "1.1.9",
"backbone": "1.1.2",
"backbone.paginator": "0.8.1",
"bootstrap": "3.3.4",
"console-polyfill": "0.1.2",
"dropzone": "4.0.1",
"es5-shim": "4.0.3",
"marked": "0.3.3",
"jqtree": "0.22.0",
"jquery": "1.11.3",
"jquery-form": "3.46.0",
"jquery.cookie": "1.4.1",
"jquery.recurrenceinput.js": "v1.5.2",
"logging": "",
"moment": "2.10.3",
"patternslib": "2.0.11",
"pickadate": "3.5.6",
"react": "0.10.0",
"requirejs-text": "2.0.12",
"selectivizr": "1.0.2",
"select2": "3.5.1",
"tinymce-builded": "4.3.0"
},
"devDependencies": {
"expect": "0.3.1",
"sinonjs": "1.14.1"
},
"resolutions": {
"bootstrap": "3.3.4",
"jquery": "1.11.3",
"select2": "3.5.1",
"moment": "2.10.3"
}
}