diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b3997ba --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "sly", + "description": "JavaScript library for one-directional scrolling with item based navigation support. http://darsa.in/sly", + "main": "dist/sly.js", + "license": "MIT", + "ignore": [ + "CHANGELOG.md", + "CONTRIBUTING.md", + "package.json", + "README.md", + "test.html" + ] +}