mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-12-19 08:20:45 +01:00
Started user control
This commit is contained in:
27
static/leafletCluster/bower.json
Normal file
27
static/leafletCluster/bower.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "leaflet.markercluster",
|
||||
"version": "1.1.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-src.js",
|
||||
"dist/MarkerCluster.css",
|
||||
"dist/MarkerCluster.Default.css"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"example",
|
||||
"spec",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"leaflet": ">= 1.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user