Update leaflet marker cluster.

This commit is contained in:
David Molineus
2016-10-05 09:07:55 +02:00
parent 67d2a40846
commit f181b4efab
6 changed files with 1037 additions and 498 deletions

View File

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