Skip to content

Commit

Permalink
add jquery registry manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jgv committed Jan 17, 2013
1 parent ac48d8f commit 92f27a7
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions okhover.jquery.json
@@ -0,0 +1,38 @@
{
"name": "okhover",
"version": "1.1.0",
"title": "okhover",
"description": "A jQuery Plugin that creates a memorable tiled background effect, manipulated by mouse movement.",
"homepage": "https://github.com/okfocus/okhover",
"docs": "https://github.com/okfocus/okhover",
"demo": "http://okfoc.us/okhover",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/okfocus/okhover/master/license"
}],
"keywords": ["hover", "background", "effect", "tile", "mouse", "mousemove", "okfocus"],
"author": {
"name": "OKFocus",
"url": "https://github.com/okfocus"
},
"maintainers": [{
"name": "Jonathan Vingiano",
"url": "https://github.com/jgv"
},
{
"name": "Jules LaPlace",
"url": "https://github.com/julescarbon"
},
{
"name": "Ryder Ripps",
"url": "https://github.com/ryderr"
}],
"repository": {
"type": "git",
"url": "git://github.com/okfocus/okhover.git"
},
"bugs": "https://github.com/okfocus/okhover/issues",
"dependencies": {
"jquery": ">=1.4"
}
}

0 comments on commit 92f27a7

Please sign in to comment.