diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..6ac3d9c --- /dev/null +++ b/bower.json @@ -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" + ] +}