[Pkg-javascript-commits] [leaflet-markercluster] 18/219: Added Bower configuration file
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 3ad6e759266e5bb5c768f83da569537cd2ebb140
Author: Adam Timberlake <adam.timberlake at gmail.com>
Date: Sun Jan 19 21:49:22 2014 +0000
Added Bower configuration file
---
bower.json | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..e576414
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "leaflet.markercluster",
+ "version": "0.4.0",
+ "homepage": "https://github.com/Leaflet/Leaflet.markercluster",
+ "authors": [
+ "Dave Leaver <danzel at localhost.geek.nz>"
+ ],
+ "description": "Marker Clustering plugin for Leaflet.",
+ "main": "dist/leaflet.markercluster.js",
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list