forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.19 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
50
51
52
53
54
{
"name": "angular-leaflet-directive",
"description": "AngularJS directive to embed an interact with maps managed by Leaflet library",
"keywords": [
"angularjs",
"javascript",
"directive",
"leaflet"
],
"main": [
"dist/angular-leaflet-directive.js"
],
"dependencies": {
"angular": "1.2.x",
"leaflet": "0.7.x"
},
"devDependencies": {
"jquery": "*",
"bootstrap": "*",
"angular-route": "*",
"angular-animate": "*",
"angular-mocks": "*",
"leaflet.markercluster": "*",
"leaflet.draw": "*",
"Leaflet.label": "*",
"leaflet-tilelayer-geojson": "*",
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
"Leaflet.awesome-markers": "*",
"webgl-heatmap-leaflet": "*",
"leaflet-plugins": "*",
"esri-leaflet": "*",
"proj4": "*",
"proj4leaflet": "*",
"Leaflet.MakiMarkers": "*",
"Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator",
"ionrangeslider": "~1.9.3"
},
"overrides": {
"Leaflet.utfgrid": {
"main": "dist/leaflet.utfgrid.js"
}
},
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
]
}