forked from ismyrnow/leaflet-groupedlayercontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 KB
/
package.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
{
"name": "leaflet-groupedlayercontrol",
"version": "0.6.1",
"description": "A Leaflet layer control with support for grouping overlays together",
"main": "dist/leaflet.groupedlayercontrol.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "eslint src",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]:ismyrnow/leaflet-groupedlayercontrol.git"
},
"keywords": [
"leaflet",
"overlay",
"groups",
"grouped",
"control",
"plugin"
],
"author": "Ishmael Smyrnow",
"license": "MIT",
"bugs": {
"url": "https://github.com/ismyrnow/leaflet-groupedlayercontrol/issues"
},
"homepage": "https://github.com/ismyrnow/leaflet-groupedlayercontrol",
"devDependencies": {
"eslint": "^3.1.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"load-grunt-tasks": "^3.1.0"
},
"dependencies": {
"leaflet": "^1.0.1"
},
"jspm": {
"registry": "jspm",
"shim": {
"dist/leaflet.groupedlayercontrol.min": [
"leaflet"
]
}
}
}