forked from ghybs/Leaflet.FeatureGroup.SubGroup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 Bytes
/
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
{
"name": "Leaflet.FeatureGroup.SubGroup",
"version": "0.1.0",
"description": "Creates a Leaflet Feature Group that adds its child layers into a parent group when added to a map (e.g. through L.Control.Layers).",
"main": "Jakefile.js",
"directories": {
"example": "examples"
},
"dependencies": {
"uglify-js": "^2.6.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jes5e/Leaflet.FeatureGroup.SubGroup.git"
},
"keywords": [
"leaflet",
"leaflet.makerClusters",
"plugins",
"maps",
"subgroup"
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/jes5e/Leaflet.FeatureGroup.SubGroup/issues"
},
"homepage": "https://github.com/jes5e/Leaflet.FeatureGroup.SubGroup"
}