-
Notifications
You must be signed in to change notification settings - Fork 50
/
bower.json
44 lines (44 loc) · 978 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
{
"name": "leaflet-wfst",
"version": "2.0.1-beta.5",
"homepage": "https://github.com/Flexberry/Leaflet-WFST",
"description": "WFST plugin for Leaflet",
"license": "MIT",
"main": "dist/leaflet-wfst.src.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples",
"spec",
"src",
"Gruntfile.js",
"karma.conf.js",
"publish.sh"
],
"keywords": [
"maps",
"leaflet",
"wfs",
"wfst"
],
"dependencies": {
"leaflet": "1.2.0"
},
"devDependencies": {
"proj4leaflet": "~0.7.0",
"spin.js": "~2.0.1",
"leaflet.markercluster": "~0.4.0",
"leaflet-sidebar": "~0.1.6",
"Leaflet.label": "~0.2.1",
"leaflet.editable": "yohanboniface/Leaflet.Editable#master",
"Leaflet.toolbar": "yohanboniface/Leaflet.toolbar#leaflet1.0-compat"
},
"resolutions": {
"leaflet": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Flexberry/Leaflet-WFST"
}
}