forked from Leaflet/Leaflet.markercluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.39 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",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
"version": "1.5.4",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"devDependencies": {
"@rollup/plugin-inject": "^4.0.0",
"git-rev-sync": "^1.8.0",
"happen": "^0.3.1",
"jake": "^8.0.19",
"jshint": "^2.9.4",
"karma": "4.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-rollup-preprocessor": "7.0.0",
"karma-safari-launcher": "^1.0.0",
"leaflet": "^1.9.4",
"mocha": "6.0.2",
"phantomjs-prebuilt": "^2.1.14",
"rollup": "1.29.1",
"rollup-plugin-git-version": "0.2.1",
"uglify-js": "3.4.9"
},
"peerDependencies": {
"leaflet": "^1.9.4"
},
"main": "dist/leaflet.markercluster-src.js",
"style": "dist/MarkerCluster.css",
"scripts": {
"test": "karma start ./spec/karma.conf.js",
"prepublish": "jake",
"rollup": "rollup -c build/rollup-config.js",
"uglify": "uglifyjs dist/leaflet.markercluster-src.js -c -m -o dist/leaflet.markercluster.js --source-map \"filename=dist/leaflet.markercluster.js.map,content=dist/leaflet.markercluster-src.js.map,url=leaflet.markercluster.js.map\""
},
"keywords": ["gis", "map", "cluster"],
"license": "MIT",
"dependencies": {
"@rollup/plugin-json": "^6.1.0"
}
}