Skip to content

Commit

Permalink
Merge pull request #1 from pierrebonbon/pierrebonbon-bower
Browse files Browse the repository at this point in the history
Create bower.json
  • Loading branch information
nrdsp committed Jan 15, 2016
2 parents d4c45fe + 47b9901 commit 97f484d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "leaflet.AnimatedMarker",
"description": "A Leaflet plugin to animate a Marker along a polyline",
"main": [
"AnimatedMarker.js"
],
"dependencies": {
"leaflet": "~0.7.2"
},
"devDependencies": {
},
"authors": [
"openplans"
],
"ignore": [
"example",
"**/*.txt",
"README",
"package.json",
".gitignore",
"bower.json"
]
}

0 comments on commit 97f484d

Please sign in to comment.