mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Added Bower configuration file
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user