forked from angular-ui/ui-leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
75 lines (75 loc) · 2.05 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ui-leaflet",
"author": "https://github.com/angular-ui/ui-leaflet/graphs/contributors",
"description": "ui-leaflet - An AngularJS directive to easily interact with Leaflet maps",
"version": "1.0.0",
"homepage": "http://angular-ui.github.io/ui-leaflet/",
"keywords": [
"angularjs",
"javascript",
"directive",
"leaflet",
"angular-ui"
],
"main": [
"dist/ui-leaflet.js"
],
"dependencies": {
"angular": "1.x",
"angular-simple-logger": "~0.1.4",
"leaflet": "~0.7.x"
},
"resolutions": {
"angular": "~1.5.x",
"leaflet": "0.7.x"
},
"devDependencies": {
"jquery": "*",
"semantic-ui": "*",
"bootstrap": "*",
"prism": "*",
"angular-route": "1.x",
"angular-animate": "1.x",
"angular-mocks": "1.x",
"leaflet.markercluster": "*",
"leaflet.draw": "*",
"Leaflet.label": "*",
"leaflet-tilelayer-geojson": "*",
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
"Leaflet.awesome-markers": "*",
"leaflet-providers": "~1.1.5",
"leaflet.vector-markers": "0.0.4",
"webgl-heatmap-leaflet": "*",
"leaflet-plugins": "*",
"esri-leaflet": "*",
"proj4": "*",
"font-awesome": "~4.3.x",
"proj4leaflet": "*",
"Leaflet.MakiMarkers": "*",
"Leaflet.heat": "https://github.com/Leaflet/Leaflet.heat/archive/gh-pages.tar.gz",
"Leaflet.ExtraMarkers": "https://github.com/coryasilva/Leaflet.ExtraMarkers/archive/v1.0.1.tar.gz",
"Leaflet.fullscreen": "http://github.com/Leaflet/Leaflet.fullscreen/archive/v0.0.4.tar.gz",
"Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator",
"leaflet-minimap": "~2.2.0",
"esri-leaflet-clustered-feature-layer": "~1.0.x",
"esri-leaflet-heatmap-feature-layer": "~1.0.x",
"leaflet-search": "~1.5.8",
"highlightjs": "~8.8.0",
"angular-highlightjs": "~0.4.3"
},
"ignore": [
"dist/coverage/",
"dist/src/",
"website/",
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"dist/coverage/",
"logo.svg"
]
}