Skip to content

Commit

Permalink
Merge pull request #2 from buzzedword/patch-1
Browse files Browse the repository at this point in the history
Add component.json for bower/yeoman support.
  • Loading branch information
flesler committed Sep 21, 2012
2 parents 746a429 + 96ee422 commit c1101af
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions component.json
@@ -0,0 +1,24 @@
{
"name": "jquery.serialScroll",
"version": "1.2.2",
"description": "This plugin allows you to easily animate any series of elements, by sequentially scrolling them.",
"homepage": "https://github.com/flesler/jquery.serialScroll",
"main": [
"./jquery.serialScroll.js",
"./jquery.serialScroll-min.js"
],
"dependencies": {
"jquery" : "~1.8",
"jquery.scrollTo" : "~1.4.3"
},
"keywords": [
"browser",
"client",
"functional",
"scrolling"
],
"author": {
"name": "Ariel Flesler",
"web": "http://flesler.blogspot.com/"
}
}

0 comments on commit c1101af

Please sign in to comment.