Skip to content

Commit

Permalink
adding bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jermartin77 committed Oct 27, 2016
1 parent 8035894 commit 368f4ee
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "overflow-scroller",
"main": "overflow-scroller.js",
"homepage": "https://github.com/zaneray/overflow-scroller",
"authors": [
"Jeremiah Martin <[email protected]>"
],
"description": "A simple package that allows you to easily implement a horizontal scroll with previous and next arrows for desktop users.",
"keywords": [
"touch",
"overflow",
"scroll",
"javascript",
"jquery",
"plugin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 368f4ee

Please sign in to comment.