-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathbower.json
56 lines (56 loc) · 1.14 KB
/
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
53
54
55
56
{
"private": true,
"name": "ionic-app-starter",
"version": "1.0.0-dev",
"description": "Easily start an Ionic app",
"dependencies": {
"lodash": "^3.10.1",
"ionic": "^1.2.4",
"ionic-fp-utils": "^0.2.0",
"ngCordova": "^0.1.23-alpha",
"gator": "ccampbell/gator#1.2.4"
},
"overrides": {
"angular": {
"ignore": true
},
"angular-animate": {
"ignore": true
},
"angular-sanitize": {
"ignore": true
},
"angular-ui-router": {
"ignore": true
},
"lodash": {
"main": {
"development": "lodash.js",
"production": "lodash.min.js"
}
},
"gator": {
"main": {
"development": "gator.js",
"production": "gator.min.js"
}
},
"ionic": {
"main": {
"development": "release/js/ionic.bundle.js",
"production": "release/js/ionic.bundle.min.js"
},
"dependencies": null
},
"ngCordova": {
"main": {
"development": "dist/ng-cordova.js",
"production": "dist/ng-cordova.min.js"
},
"dependencies": null
}
},
"resolutions": {
"ionic": "^1.2.4"
}
}