Added Bower configuration file

This commit is contained in:
Adam Timberlake
2014-01-19 21:49:22 +00:00
parent caa138de4b
commit 3ad6e75926
+18
View File
@@ -0,0 +1,18 @@
{
"name": "leaflet.markercluster",
"version": "0.4.0",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <[email protected]>"
],
"description": "Marker Clustering plugin for Leaflet.",
"main": "dist/leaflet.markercluster.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}