-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbower.json
36 lines (36 loc) · 945 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
{
"name": "project-v",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.0",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap-sass-official": "~3.2.0",
"angular-resource": "~1.2.0",
"angular-cookies": "~1.2.0",
"angular-sanitize": "~1.2.0",
"angular-animate": "~1.2.0",
"angular-touch": "~1.2.0",
"angular-route": "~1.2.0",
"angular-bootstrap": "~0.11.0",
"components-font-awesome": "~4.2.0",
"leaflet-dist": "~0.7.2",
"angular-leaflet-directive": "~0.7.8",
"angular-facebook": "~0.2.3",
"firebase": "~1.0.24",
"firebase-simple-login": "~1.6.4",
"angularfire": "~0.8.2",
"leaflet-plugins": "~1.2.0",
"retina.js": "~1.3.0",
"angulartics": "~0.17.1",
"jquery.scrollTo": "~1.4.0"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
},
"appPath": "app",
"resolutions": {
"angular": "1.2.26"
}
}