-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 695 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 695 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
34
{
"name": "ionic-sample",
"private": "true",
"dependencies": {
"ionic": "^1.3.2",
"ngCordova": "^0.1.27-alpha",
"angular-cookies": "#1.5.8",
"ionic-native-transitions": "shprink/ionic-native-transitions#^1.0.2",
"ionic-image-lazy-load": "ion-image-lazy-load#*"
},
"overrides": {
"ionic": {
"main": [
"release/css/ionic.min.css",
"release/js/ionic.bundle.min.js"
]
},
"angular":{
"ignore":true
},
"angular-animate":{
"ignore":true
},
"angular-sanitize":{
"ignore":true
},
"angular-ui-router":{
"ignore":true
}
},
"resolutions": {
"angular": ">= 1.0.8"
}
}