-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathbower.json
34 lines (34 loc) · 862 Bytes
/
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
{
"name": "app",
"private": true,
"version": "0.0.0",
"authors": [
"leob <[email protected]>"
],
"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",
"angularfire": "~1.1.2",
"firebase": "~2.2.9",
"ionic-content-banner": "~1.0.1",
"ngCordova": "0.1.27-alpha",
"fus-messages": "~0.0.2",
"jsSHA": "1.6.0",
"ng-cordova-oauth": "^0.2.10"
},
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.2",
"angular-mocks": "1.5.0"
},
"resolutions": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3"
}
}