Skip to content

Commit

Permalink
Merge pull request flesler#3 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 c3ec3eb + 1047bf2 commit 8ac50dc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "jquery.localScroll",
"version": "1.2.8b",
"description": "This plugin will animate a regular anchor navigation. It will allow your visitors to navigate your site with a smooth scrolling effect.",
"homepage": "https://github.com/flesler/jquery.localScroll",
"main": [
"./jquery.localScroll.js",
"./jquery.localScroll.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 8ac50dc

Please sign in to comment.