forked from mathusiast/jquery.hotkeys
-
Notifications
You must be signed in to change notification settings - Fork 462
Expand file tree
/
Copy pathhotkeys.jquery.json
More file actions
36 lines (36 loc) · 824 Bytes
/
hotkeys.jquery.json
File metadata and controls
36 lines (36 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.2.0",
"author": {
"name": "John Resig",
"url": "https://ejohn.org/"
},
"maintainers": [
{
"name": "John Resig",
"email": "jeresig@gmail.com",
"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"
}
}