Skip to content

Commit

Permalink
Add in jQuery plugin manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Jan 17, 2013
1 parent 0451de1 commit d73131d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions hotkeys.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "hotkeys",
"title": "jQuery Hotkeys",
"description": "jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.",
"keywords": [
"keyboard",
"events"
],
"version": "0.1.0",
"author": {
"name": "John Resig",
"url": "https://ejohn.org/"
},
"maintainers": [
{
"name": "John Resig",
"email": "[email protected]",
"url": "http://ejohn.org/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"homepage": "https://github.com/jeresig/jquery.hotkeys",
"docs": "https://github.com/jeresig/jquery.hotkeys",
"dependencies": {
"jquery": ">=1.4.2"
}
}

0 comments on commit d73131d

Please sign in to comment.