From 0b8a6496c3a812b5d8b517f0384235df91461338 Mon Sep 17 00:00:00 2001 From: Kumar Harsh Date: Sun, 9 Jun 2013 00:30:10 +0530 Subject: [PATCH] Added bower config --- bower.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bower.json 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" + ] +}