forked from tombatossals/angular-leaflet-directive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1.24 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
{
"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": "~2.1.1",
"bootstrap": "~3.1.1",
"angular-route": "~1.2.18",
"angular-animate": "~1.2.18",
"angular-mocks": "~1.2.18",
"leaflet.markercluster": "~0.4",
"leaflet.draw": "~0.2.3",
"Leaflet.label": "~0.2.1",
"leaflet-tilelayer-geojson": "*",
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
"Leaflet.awesome-markers": "~2.0.2",
"webgl-heatmap-leaflet": "*",
"leaflet-plugins": "~1.1.2",
"esri-leaflet": "~0.0.1-beta.5",
"proj4": "~2.1.2",
"proj4leaflet": "~0.7.0",
"Leaflet.MakiMarkers": "~1.0.1",
"Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator"
},
"overrides": {
"Leaflet.utfgrid": {
"main": "dist/leaflet.utfgrid.js"
}
},
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
]
}