-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 1.08 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
{
"name": "e-prtr",
"description": "Second edition of E-PRTR",
"version": "0.0.0",
"homepage": "https://github.com/eea/eprtr2",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "1.2.28",
"angular-route": "1.2.28",
"angular-loader": "1.2.28",
"angular-mocks": "1.2.28",
"angular-sanitize": "1.2.28",
"bootstrap": "3.3.2",
"bootstrap3-dialog": "*",
"html5-boilerplate": "~4.3.0",
"components-font-awesome": "4.3.0",
"restangular": "1.4.0",
"angular-bootstrap": "0.12.0",
"leaflet": "0.7.7",
"leaflet-plugins": "*",
"leaflet.markercluster": "0.4.0",
"esri-leaflet": "1.0.2",
"esri-leaflet-clustered-feature-layer": "1.0.2",
"Leaflet.EasyButton": "*",
"angular-leaflet-directive": "0.10.x",
"Leaflet.awesome-markers": "2.0.2",
"underscore": "*",
"angular-spinner": "*",
"spin": "*",
"ng-csv": "*",
"angu-fixed-header-table": "*",
"angular-wizard": "0.6.1",
"angular-cookie-law": "0.1.x"
},
"appPath": "src/main/webapp",
"resolutions": {
"leaflet": "0.7.7"
}
}