Skip to content

Commit

Permalink
Added bower.json (closes Automattic#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviesgeek committed Apr 22, 2014
1 parent fa3f81d commit 3bf104f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"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"
}
}

0 comments on commit 3bf104f

Please sign in to comment.