Skip to content

Commit

Permalink
added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrberto committed Jun 12, 2014
1 parent db6452f commit 9ebab77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "jScrollPane",
"version": "2.0.14",
"license": [
"MIT",
"GPL-2.0"
],
"main": [
"./script/jquery.mousewheel.js",
"./script/mwheelIntent.js",
"./script/jquery.jscrollpane.js",
"./script/jquery.jscrollpane.min.js",
"./style/jquery.jscrollpane.css"
],
"dependencies": {
"jquery": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/vitch/jScrollPane.git"
}
}

0 comments on commit 9ebab77

Please sign in to comment.