forked from shramov/leaflet-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1006 Bytes
/
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
{
"name": "leaflet-plugins",
"version": "1.2.1",
"homepage": "https://github.com/shramov/leaflet-plugins/",
"authors": [
"brunob <[email protected]>",
"Pavel Shramov"
],
"description": "Miscellaneous plugins for Leaflet library",
"main": [
"control/Distance.js",
"control/Layers.Load.js",
"control/Permalink.js",
"control/Permalink.Layer.js",
"control/Permalink.Line.js",
"control/Permalink.Marker.js",
"layer/Icon.Canvas.js",
"layer/Layer.Deferred.js",
"layer/Marker.Rotate.js",
"layer/Marker.Text.js",
"layer/OpenStreetBugs.js",
"layer/vector/GPX.js",
"layer/vector/GPX.Speed.js",
"layer/vector/KML.js",
"layer/vector/OSM.js",
"layer/tile/Bing.js",
"layer/tile/Google.js",
"layer/tile/Yandex.js"
],
"devDependencies": {
"jshint": "2.5.0"
},
"keywords": [
"leaflet",
"plugins",
"map",
"google",
"bing",
"yandex",
"kml",
"gpx"
],
"ignore": [
"build"
]
}