-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathbower.json
36 lines (36 loc) · 885 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
{
"name": "sample-app",
"private": true,
"dependencies": {
"ionic": "1.2.1",
"lodash": "3.10.1",
"moment": "2.10.6",
"nprogress": "0.2.0",
"uri.js": "1.16.1",
"angular-mocks": "1.4.7"
},
"install": {
"path": "www/lib",
"sources": {
"lodash": "bower_components/lodash/lodash.min.js",
"moment": "bower_components/moment/min/moment.min.js",
"uri.js": "bower_components/uri.js/src/uri.min.js",
"ionic": {
"mapping": [
{ "bower_components/ionic/release/js/ionic.bundle.min.js": "js/ionic.bundle.min.js" },
{ "bower_components/ionic/release/fonts/ionicons.woff": "fonts/ionicons.woff" }
]
}
},
"ignore": [
"angular",
"angular-animate",
"angular-sanitize",
"angular-ui-router",
"jquery"
]
},
"resolutions": {
"angular": "1.4.3"
}
}