mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
18 lines
455 B
JSON
18 lines
455 B
JSON
![]() |
{
|
||
|
"name": "leaflet.markercluster",
|
||
|
"version": "0.4.0",
|
||
|
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
|
||
|
"authors": [
|
||
|
"Dave Leaver <danzel@localhost.geek.nz>"
|
||
|
],
|
||
|
"description": "Marker Clustering plugin for Leaflet.",
|
||
|
"main": "dist/leaflet.markercluster.js",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
]
|
||
|
}
|