Merge pull request #307 from Wildhoney/BOWER

Bower
This commit is contained in:
Dave Leaver
2014-01-19 19:59:57 -08:00
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -9,6 +9,9 @@ For a Leaflet 0.5 compatible version, [Download b128e950](https://github.com/Lea
For a Leaflet 0.4 compatible version, [Download the 0.2 release](https://github.com/Leaflet/Leaflet.markercluster/archive/0.2.zip)
## Using the plugin
Install with Bower: `bower install leaflet.markercluster`
See the included examples for usage.
The [realworld example](http://leaflet.github.com/Leaflet.markercluster/example/marker-clustering-realworld.388.html) is a good place to start, it uses all of the defaults of the clusterer.
+18
View File
@@ -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"
]
}