-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 872 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 872 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
{
"name": "HelloIonic",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.1",
"ionic-service-core": "^0.1.10",
"ionic-service-push": "^0.1.13",
"angular-websocket": "^1.0.14",
"ngCordova": "^0.1.24-alpha",
"ionic-platform-web-client": "^0.7.1"
},
"dependencies": {
"robotodraft": "^1.1.0",
"ionic-material": "^0.4.2",
"ionic-rating": "^0.3.0",
"easyfont-roboto-slab": "easyfont/roboto-slab",
"ionic-image-lazy-load": "ion-image-lazy-load#*",
"mdi": "^1.6.50",
"angular-nl2br": "^1.0.3",
"ionic-cache-src": "^0.7.3",
"ngstorage": "^0.3.10",
"angular-svg-round-progressbar": "^0.4.4"
},
"resolutions": {
"angular-sanitize": "1.3.13",
"angular": "1.5.8",
"ionic": "^1.3.1",
"angular-animate": "1.3.13",
"angular-svg-round-progressbar": "~0.2.10"
}
}