Skip to content

Commit

Permalink
Add component.json for bower support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Garcia committed Sep 25, 2012
1 parent c4ee7a1 commit da98ac0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions component.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "HorizontalNav",
"version": "1.0.0",
"description": "A jQuery plugin that spans a horizontal navigation to fit the full width of it's container.",
"homepage": "https://github.com/sebnitu/HorizontalNav",
"license" : "http://creativecommons.org/licenses/by-nc-sa/3.0/",
"main": [
"./jquery.HorizontalNav.js"
],
"dependencies": {
"jquery": "~1.7.1"
},
"keywords": [
"jquery",
"navigation",
"horizontal",
],
"author": {
"name": "Sebastian Nitu",
"web": "http://sebnitu.com"
}
}

0 comments on commit da98ac0

Please sign in to comment.