-
Notifications
You must be signed in to change notification settings - Fork 139
/
bower.json
45 lines (45 loc) · 936 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
{
"name": "app",
"version": "2.3.0",
"dependencies": {
"angular": "1.3.8",
"angular-animate": "1.3.8",
"angular-mocks": "1.3.8",
"angular-route": "1.3.8",
"bootstrap": "3.3.1",
"html5shiv": "3.7.2",
"json3": "3.3.2",
"requirejs": "2.1.15"
},
"exportsOverride": {
"angular": {
"scripts/libs": "angular.min.js{,.map}"
},
"angular-animate": {
"scripts/libs": "angular-animate.min.js{,.map}"
},
"angular-mocks": {
"scripts/libs": "angular-mocks.js"
},
"angular-route": {
"scripts/libs": "angular-route.min.js{,.map}"
},
"bootstrap": {
"fonts": "dist/fonts/*.{eot,svg,ttf,woff}",
"styles": "less/*.less",
"styles/mixins": "less/mixins/*.less"
},
"html5shiv": {
"scripts/libs": "dist/html5shiv-printshiv.min.js"
},
"jquery": {
"scripts/libs": "none"
},
"json3": {
"scripts/libs": "lib/json3.min.js"
},
"requirejs": {
"scripts/libs": "require.js"
}
}
}