-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 953 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
{
"dependencies": {
"ionic": "~1.3.2",
"angular": "~1.5.8",
"angular-animate": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-ui-router": "~0.3.1",
"ngCordova": "~0.1.27-alpha",
"angular-dynamic-locale": "~0.1.27",
"angular-translate": "~2.13.0",
"angular-translate-loader-static-files": "~2.13.0",
"localforage": "~1.4.0",
"angular-translate-storage-local": "^2.11.0",
"leaflet": "^1.0.1",
"angular-leaflet-directive": "^0.10.0",
"leaflet.markercluster": "^1.0.0",
"angular-toastr": "^2.1.1",
"Materialize": "materialize#^0.97.6",
"ionic-rating": "^0.3.0"
},
"devDependencies": {
"angular-mocks": "~1.5.0"
},
"resolutions": {
"angular": ">=1.5.3",
"angular-animate": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-ui-router": "~0.3.1",
"angular-translate": "~2.11.0",
"leaflet": "0.7.x"
},
"name": "refugees-giessen",
"private": true
}