From 3f4e6ab44fac0f83e46f1f17ccc26018a89ddf0c Mon Sep 17 00:00:00 2001 From: Andrew Fan Date: Tue, 5 Aug 2014 12:35:22 +0300 Subject: [PATCH] add bower file --- bower.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..046a8bf --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "LearnBoost/antiscroll", + "version": "1.0.0", + "main": [ + "antiscroll.css", + "antiscroll.js" + ], + "description": "Cross-browser native OSX Lion scrollbars", + "license": "MIT", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + "jquery": "~1.9.1", + "jquery-mousewheel": "~3.1.6" + } +}