Skip to content

Commit

Permalink
Add bower.json config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmanley committed Mar 4, 2016
1 parent 71704e2 commit df9ecc6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "leaflet.toolbar",
"main": [
"leaflet.toolbar.css",
"leaflet.toolbar.js"
],
"version": "0.1.2",
"homepage": "https://github.com/Leaflet/Leaflet.toolbar",
"authors": [
"Justin Manley"
],
"description": "Flexible, extensible toolbars for Leaflet maps.",
"license": "MIT",
"ignore": [
"**/.*",
"examples",
"src",
"node_modules",
"test",
"tests",
"Gruntfile.js"
],
"keywords": [
"maps",
"leaflet",
"client",
"draw",
"toolbar",
"edit"
],
"repository": {
"type": "git",
"url": "https://github.com/Leaflet/Leaflet.toolbar"
},
"dependencies": {}
}

0 comments on commit df9ecc6

Please sign in to comment.