-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 728 Bytes
/
Copy pathbower.json
File metadata and controls
33 lines (33 loc) · 728 Bytes
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
{
"name": "smart-home-mobile",
"private": true,
"dependencies": {
"ionic": "1.1.0",
"lodash": "3.10.1",
"moment": "2.10.6",
"nprogress": "0.2.0",
"uri.js": "1.16.1",
"angular-mocks": "1.4.7",
"angular-filter": "0.5.4",
"stacktrace": "1.0.0",
"crypto-js": "3.1.5"
},
"install": {
"path": "www/lib",
"sources": {
"uri.js": "bower_components/uri.js/src/uri.min.js",
"ionic": "bower_components/ionic/release/**",
"crypto-js": "bower_components/crypto-js/crypto-js.js"
},
"ignore": [
"angular",
"angular-animate",
"angular-sanitize",
"angular-ui-router",
"jquery"
]
},
"resolutions": {
"angular": "1.4.3"
}
}