Skip to content

Commit

Permalink
Minor fixes in the jquery manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
borbit committed Jan 29, 2013
1 parent 5a59753 commit 63bb891
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions viewport.jquery.json
Expand Up @@ -3,23 +3,27 @@
"title": "jQuery Viewport",
"description": "Makes an element as a handy viewport for displaying content with absolute position.",
"keywords": [
"ui",
"viewport"
],
"version": "0.2.3",
"author": {
"name": "Serge Borbit",
"email": "serge.borbit@gmail.com"
"email": "serge.borbit@gmail.com",
"url": "https://github.com/borbit"
},
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License#License_terms"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"licenses": [{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License#License_terms"
}],
"bugs": "https://github.com/borbit/jquery.viewport/issues",
"homepage": "https://github.com/borbit/jquery.viewport",
"download": "https://github.com/borbit/jquery.viewport",
"demo": "http://borbit.github.com/jquery.viewport/",
"docs": "http://borbit.github.com/jquery.viewport/",
"dependencies": {
"jquery": ">=1.5"
}
"docs": "http://borbit.github.com/jquery.viewport/"
}

0 comments on commit 63bb891

Please sign in to comment.