-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
54 lines (54 loc) · 978 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "App",
"private": true,
"preen": {
"angular-elastic": [
"*.js"
],
"angular-moment": [
"*.js",
"*.map"
],
"angular-translate": [
"*min.js"
],
"angular-translate-loader-static-files": [
"*min.js"
],
"angularfire": [
"dist/*.js"
],
"Autolinker.js": [
"dist/*.js"
],
"firebase": [
"*.js",
"*.map"
],
"geofire": [
"dist/*.js"
],
"moment": [
"min/*.js"
],
"ng-cordova-oauth": [
"dist/*.js"
],
"ngCordova": [
"dist/*.js"
]
},
"dependencies": {
"ionic": "driftyco/ionic-bower#master",
"angular-translate": "^2.11.1",
"angular-translate-loader-static-files": "^2.11.1",
"ng-cordova-oauth": "^0.2.10",
"geofire": "^4.1.1",
"Autolinker.js": "^0.27.0",
"angular-elastic": "^2.5.1",
"angular-moment": "^0.10.3"
},
"devDependencies": {
"angularfire": "^2.0.1"
}
}