forked from ldiw-legacy/LDIR-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.4 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
43
44
45
46
47
48
49
{
"name": "ldr-web",
"version": "0.0.0",
"dependencies": {
"angular": ">=1.2.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"jquery": "~1.11.0",
"angular-resource": ">=1.2.*",
"angular-cookies": "1.3.1",
"angular-sanitize": ">=1.2.*",
"angular-bootstrap": "~0.11.0",
"lodash": "~2.4.1",
"angular-ui-router": "~0.2.10",
"angular-messages": "~1.3.15",
"ng-file-upload": "~12.x",
"ng-file-upload-shim": "~12.x",
"lumx": "0.3.26",
"mdi": "~1.0.62-beta",
"angular-leaflet-directive": "~0.7.15",
"leaflet.markercluster": "~0.4.0",
"leaflet-pip": "~0.1.0",
"ngFitText": "~3.3.1",
"angular-utils-pagination": "~0.7.0",
"magnific-popup": "~1.0.0",
"Leaflet.label": "~0.2.1",
"angular-validation-match": "latest",
"ng-slide-down": "~0.4.0",
"angular-dragdrop": "~1.0.11",
"angular-moment": "~0.10.1",
"ngInfiniteScroll": "~1.2.1",
"ng-csv": "~0.3.3",
"ng-device-detector": "~1.1.7",
"leaflet-image": "https://github.com/mapbox/leaflet-image.git#~0.1.0",
"angular-translate": "^2.11.1",
"angular-translate-loader-static-files": "^2.11.1",
"angular-ui-select": "^0.19.4",
"angular-ui-select2": "^0.0.5",
"raven-js": "~3.5.1"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"mdi": "~1.0.62-beta",
"angular": "1.3.x"
}
}