forked from Snck3rs/contao-leaflet-libraries
Update leaflet marker cluster.
This commit is contained in:
27
assets/leaflet-markercluster/bower.json
Normal file
27
assets/leaflet-markercluster/bower.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "leaflet.markercluster",
|
||||
"version": "0.4.0-hotfix.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user