-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·42 lines (42 loc) · 1.01 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
{
"name": "ecoposApp",
"version": "0.0.0",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.0",
"underscore": "~1.5",
"bootstrap": "~3.0",
"angular": "~1.3.0",
"ionic": "0.9.24",
"angular-animate": "~1.3.0",
"angular-sanitize": "~1.3.0",
"angular-resource": "~1.2",
"angular-cookies": "~1.2",
"angular-mocks": "~1.2",
"angular-ui-utils": "~0.1",
"angular-bootstrap": "~0.10.0",
"moment": "~2.5",
"less.js": "~1.5",
"font-awesome": "~4.1",
"angular-gestures": "latest",
"firebase": "~1.0.2",
"angularfire": "~0.7.1",
"firebase-simple-login": "~1.3.0",
"angular-ui-router": "0.2.10",
"angular-route": "latest",
"json3": "latest",
"angular-google-maps": "latest",
"angular-md5": "latest",
"angular-datepicker": "~1.0.3",
"ngFitText": "~2.4.0",
"zone": "latest"
},
"resolutions": {
"angular": "1.2.15-build.2399+sha.ca4ddfa"
}
}