forked from leob/ionic-quickstarter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 739 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 739 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
{
"name": "app",
"private": true,
"version": "0.0.0",
"authors": [
"leob <leob@users.noreply.github.com>"
],
"dependencies": {
"angular-animate": "1.4.3",
"angular-elastic": "~2.4.2",
"angular-messages": "1.4.3",
"angular-resource": "1.4.3",
"angular-sanitize": "1.4.3",
"angular-translate": "~2.7.2",
"angular-translate-loader-static-files": "~2.7.2",
"angular-ui-router": "0.2.13",
"ionic-content-banner": "~1.0.1",
"ngCordova": "~0.1.20-alpha",
"parse": "~1.4.2",
"fus-messages": "~0.0.2"
},
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.1.0",
"ionic-service-core": "~0.1.7",
"ionic-service-analytics": "~0.1.2",
"angular-mocks": "1.4.3"
}
}