diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fa16d50 --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "antiscroll", + "version": "0.0.0", + "repository": { + "type": "git", + "url": "git://github.com/LearnBoost/antiscroll.git" + }, + "main": "antiscroll.js", + "ignore": [ + "**/.*", + "node_modules", + "components" + ] +}