-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "leaflet.markercluster.freezable",
"_name": "Leaflet.MarkerCluster.Freezable",
"version": "1.0.0",
"_year": "2015-2018",
"description": "Sub-plugin for Leaflet.markercluster plugin; adds the ability to freeze clusters at a specified zoom.",
"main": "dist/leaflet.markercluster.freezable",
"files": [
"dist/*.js"
],
"directories": {
"example": "examples"
},
"scripts": {
"build": "jake build",
"build:docs": "jake buildDocs",
"version": "npm run build && npm run build:docs && git add README.md",
"postversion": "npm run build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghybs/Leaflet.MarkerCluster.Freezable.git"
},
"keywords": [
"leaflet",
"leaflet.markercluster",
"plugins",
"maps",
"freezable"
],
"author": "Boris Seang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghybs/Leaflet.MarkerCluster.Freezable/issues"
},
"homepage": "https://github.com/ghybs/Leaflet.MarkerCluster.Freezable#readme",
"devDependencies": {
"git-rev": "^0.2.1",
"magic-string": "^0.11.4",
"uglify-js": "^2.6.2"
}
}