diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..5697351 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "leaflet.twofingerzoom", + "homepage": "https://github.com/aratcliffe/Leaflet.twofingerzoom", + "authors": [ + "Adam Ratcliffe " + ], + "description": "An interaction handler that allows the map to be zoomed out on touch screen devices by tapping the screen with two fingers simultaneously.", + "main": "dist/leaflet.twofingerzoom.js", + "keywords": [ + "gis" + ], + "license": "MIT", + "ignore": [ + "src", + "examples", + "package.json", + "bower.json", + ".DS_Store", + ".git", + ".gitingore", + ".editorconfig" + ] +}