-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "leaflet.markercluster.layersupport",
"_name": "Leaflet.MarkerCluster.LayerSupport",
"version": "2.0.1",
"_year": "2015-2018",
"description": "Sub-plugin for Leaflet.markercluster plugin (MCG in short); brings compatibility with L.Control.Layers and other Leaflet plugins.",
"main": "dist/leaflet.markercluster.layersupport",
"files": [
"dist/*.js",
"dist/*.map"
],
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake build",
"docs": "jake buildDocs",
"version": "npm run build && npm run docs && git add README.md",
"postversion": "npm run build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport.git"
},
"keywords": [
"leaflet",
"leaflet.makercluster",
"plugins",
"maps",
"layers",
"control"
],
"author": "Boris Seang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport/issues"
},
"homepage": "https://github.com/ghybs/Leaflet.MarkerCluster.LayerSupport#readme",
"devDependencies": {
"git-rev": "^0.2.1",
"magic-string": "^0.11.4",
"uglify-js": "^2.6.2"
}
}