Skip to content

Commit

Permalink
adding jquery's package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Jan 17, 2013
1 parent f21c8d6 commit e23debd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions github.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "github",
"title": "jQuery Github",
"description": "A jQuery plugin to display your Github Repositories.",
"keywords": [
"github",
"repositories",
"git"
],
"version": "0.2.3",
"author": {
"name": "Zeno Rocha",
"url": "https://github.com/zenorocha"
},
"maintainers": [
{
"name": "Zeno Rocha",
"email": "[email protected]",
"url": "https://github.com/zenorocha"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"bugs": "https://github.com/zenorocha/jquery-github-repos/issues",
"homepage": "https://github.com/zenorocha/jquery-github-repos/",
"docs": "https://github.com/zenorocha/jquery-github-repos#readme",
"download": "http://code.jquery.com/#github",
"dependencies": {
"jquery": ">=1.9"
}
}

0 comments on commit e23debd

Please sign in to comment.