Files
elevatormapRewritten/static/leafletCluster/package.json
2021-05-25 23:50:46 +02:00

23 lines
563 B
JSON

{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
"version": "1.1.0",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet 2.3.6",
"devDependencies": {
"jshint": "~2.1.3",
"mocha": "~1.10.0",
"karma": "~0.8.5",
"uglify-js": "~2.6.1",
"jake": "~0.5.16",
"magic-string": "^0.7.0",
"leaflet": "~1.0.3"
},
"main": "dist/leaflet.markercluster.js",
"scripts": {
"test": "jake test",
"prepublish": "jake"
},
"keywords": ["gis", "map"],
"license": "MIT"
}