Skip to content

Commit

Permalink
Merge pull request #9 from k-nut/bower
Browse files Browse the repository at this point in the history
Provide initial bower.json
  • Loading branch information
kartenkarsten committed Jan 9, 2015
2 parents 830f31a + b214e4f commit a3db3c5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "leaflet-layer-overpass",
"version": "1.0.0",
"homepage": "https://github.com/kartenkarsten/leaflet-layer-overpass",
"authors": [
"Karsten Hinz <[email protected]>",
"Knut Hühne <[email protected]>"
],
"description": "simply add an overpass layer to a leafleat map",
"main": "OverPassLayer.js",
"keywords": [
"leaflet",
"overpass",
"openstreetmap",
"osm",
"features",
"layer"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"leaflet": "~0.7.3"
}
}

0 comments on commit a3db3c5

Please sign in to comment.