2014-01-19 21:49:22 +00:00
|
|
|
{
|
|
|
|
"name": "leaflet.markercluster",
|
|
|
|
"version": "0.4.0",
|
2015-04-15 14:48:02 -04:00
|
|
|
"main": "dist/leaflet.markercluster-src.js",
|
2014-01-19 21:49:22 +00:00
|
|
|
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
|
|
|
|
"authors": [
|
|
|
|
"Dave Leaver <danzel@localhost.geek.nz>"
|
|
|
|
],
|
|
|
|
"description": "Marker Clustering plugin for Leaflet.",
|
2014-05-08 23:55:27 +02:00
|
|
|
"main": [
|
|
|
|
"dist/leaflet.markercluster-src.js",
|
|
|
|
"dist/MarkerCluster.css",
|
|
|
|
"dist/MarkerCluster.Default.css"
|
|
|
|
],
|
2014-01-19 21:49:22 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
2015-03-15 23:12:36 +03:00
|
|
|
"example",
|
|
|
|
"spec",
|
2014-01-19 21:49:22 +00:00
|
|
|
"test",
|
|
|
|
"tests"
|
2015-01-30 09:35:58 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"leaflet": ">= 0.7.0"
|
|
|
|
}
|
2014-01-19 21:49:22 +00:00
|
|
|
}
|