forked from e-mission/e-mission-phone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 980 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": "emission",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.1",
"ionic-toast": "^0.2.0",
"moment": "^2.11.2",
"moment-timezone": "^0.5.0",
"leaflet": "^0.7.7",
"ui-leaflet": "^1.0.0",
"Leaflet.awesome-markers": "^2.0.2"
},
"resolutions": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3"
},
"dependencies": {
"angular-nvd3": "^1.0.7",
"angularLocalStorage": "^0.3.2",
"ng-walkthrough": "^1.0.0",
"animate.css": "^3.5.2",
"nz-tour": "^1.2.1",
"jquery": "^3.1.0",
"leaflet-plugins": "^3.0.0",
"angularjs-slider": "^6.2.2",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-translate-interpolation-messageformat": "^2.18.1",
"bottleneck": "^2.19.5",
"angular-qrcode": "https://github.com/sebastianbarry/angular-qrcode.git#v7.3.0",
"jquery-xml2json": "^0.0.8"
}
}