Files
contao-leaflet-libraries/assets/leaflet-markercluster/package.json

23 lines
562 B
JSON
Raw Normal View History

2015-01-21 14:24:25 +01:00
{
"name": "leaflet.markercluster",
2016-10-05 09:07:55 +02:00
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
"version": "1.0.0",
2015-01-21 14:24:25 +01:00
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"devDependencies": {
"jshint": "~2.1.3",
"mocha": "~1.10.0",
"karma": "~0.8.5",
"uglify-js": "~2.3.6",
2016-10-05 09:07:55 +02:00
"jake": "~0.5.16",
"magic-string": "^0.7.0",
"leaflet": "~1.0.0-rc.1"
2015-01-21 14:24:25 +01:00
},
"main": "dist/leaflet.markercluster.js",
"scripts": {
"test": "jake test",
"prepublish": "jake"
},
2016-10-05 09:07:55 +02:00
"keywords": ["gis", "map"],
"license": "MIT"
}