initial commit

This commit is contained in:
Norbert Renner 2014-01-27 18:34:48 +01:00
parent 37980ff82b
commit 4cc16bccd0
17 changed files with 789 additions and 0 deletions

16
bower.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "brouter-web",
"version": "0.1.0",
"main": "js/index.js",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"normalize-css": "*",
"leaflet-gpx": "mpetazzoni/leaflet-gpx",
"leaflet-search": "*",
"leaflet-plugins": "*",
"leaflet-routing": "Turistforeningen/leaflet-routing#gh-pages"
}
}