mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/Leaflet.markercluster git-subtree-mainline: 1218d227bedc0344f0335e42845d2fa6dfdaa6eb git-subtree-split: e96388d6cb2be12f113a20a9b40812f42f96d805
28 lines
694 B
JSON
28 lines
694 B
JSON
{
|
|
"name": "leaflet.markercluster",
|
|
"version": "0.4.0",
|
|
"main": "dist/leaflet.markercluster-src.js",
|
|
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
|
|
"authors": [
|
|
"Dave Leaver <danzel@localhost.geek.nz>"
|
|
],
|
|
"description": "Marker Clustering plugin for Leaflet.",
|
|
"main": [
|
|
"dist/leaflet.markercluster-src.js",
|
|
"dist/MarkerCluster.css",
|
|
"dist/MarkerCluster.Default.css"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"example",
|
|
"spec",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"leaflet": ">= 0.7.0"
|
|
}
|
|
} |