Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #99 from dballesteros7/master
Browse files Browse the repository at this point in the history
Make leaflet available in Bower
  • Loading branch information
jacobtoye committed Nov 24, 2014
2 parents eaccc89 + af3d9eb commit 6615df8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
@@ -0,0 +1,23 @@
{
"name": "Leaflet.label",
"version": "0.2.2",
"homepage": "https://github.com/Leaflet/Leaflet.label",
"authors": [
"Jacob Toye <jacob.toye@gmail.com>"
],
"description": "Labels for leaflet maps",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"leaflet": "~0.7.0"
},
"main" : [
"dist/leaflet.label-src.js",
"dist/leaflet.label.css"
],
"keywords": ["gis", "map"]
}

0 comments on commit 6615df8

Please sign in to comment.