Skip to content

Commit

Permalink
Bower packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremiePat committed Jan 13, 2015
1 parent d304265 commit 479f484
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "scrollpoint",
"description": "A jQuery plugin to define and interact with scroll zones.",
"main": "jQuery.scrollPoint.js",
"authors": [
"Jeremie Patonnier",
"Thomas Zilliox"
],
"ignore": [
"**/*.md",
"**/*.html"
],
"dependencies": {
"jquery": ">=1.9.0"
}
}

0 comments on commit 479f484

Please sign in to comment.