diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9c79cdc --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "overflow-scroller", + "main": "overflow-scroller.js", + "homepage": "https://github.com/zaneray/overflow-scroller", + "authors": [ + "Jeremiah Martin " + ], + "description": "A simple package that allows you to easily implement a horizontal scroll with previous and next arrows for desktop users.", + "keywords": [ + "touch", + "overflow", + "scroll", + "javascript", + "jquery", + "plugin" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}