forked from sdebacker/TypiCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
52 lines (52 loc) · 1017 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "TypiCMS",
"dependencies": {
"jquery": "~1.11.1",
"alertify.js": "~0.3.11",
"bootstrap": "~3.3.1",
"dropzone": "~3.10.2",
"fancybox": "~2.1.5",
"font-awesome": "~4.2.0",
"selectize": "~0.11.2",
"pickadate": "~3.5.4",
"fastclick": "~1.0.3",
"jsurl": "*",
"swiper": "~2.7.0",
"angular": "~1.3.2",
"angular-resource": "~1.3.2",
"angular-smart-table": "~1.4.4",
"angular-i18n": "~1.3.2",
"angular-gettext": "~1.1.4",
"angular-ui-tree": "~2.1.5"
},
"overrides": {
"fancybox": {
"main": [
"source/jquery.fancybox.js"
]
},
"bootstrap": {
"main": [
"js/dropdown.js",
"js/collapse.js",
"js/alert.js",
"js/tab.js",
"js/transition.js"
]
},
"font-awesome": {
"ignore": true
},
"es5-shim": {
"ignore": true
},
"angular-i18n": {
"ignore": true
},
"jsurl": {
"main": [
"url.js"
]
}
}
}