forked from ismyrnow/leaflet-groupedlayercontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "leaflet-groupedlayercontrol",
"version": "0.4.0",
"description": "A Leaflet layer control with support for grouping overlays together",
"main": "dist/leaflet.groupedlayercontrol.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"load-grunt-tasks": "^3.1.0"
},
"dependencies": {
"leaflet": "^0.7.3"
},
"jspm": {
"registry": "jspm",
"shim": {
"dist/leaflet.groupedlayercontrol.min": [
"leaflet"
]
}
}
}