forked from keithamus/jwerty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 749 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 749 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
37
38
{
"name": "jwerty",
"version": "0.3.2",
"description": "Awesome handling of keyboard events",
"homepage": "http://keithamus.github.com/jwerty",
"keywords": [
"key",
"dom",
"keyup",
"KeyboardEvent",
"addEventListener",
"jQuery",
"Zepto",
"browser",
"ender"
],
"maintainers": [
{
"name": "Keith Cirkel",
"email": "jwerty@keithcirkel.co.uk",
"web": "http://keithcirkel.co.uk"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/keithamus/jwerty"
}
],
"main": "./jwerty.js",
"ender": "./jwerty.enderBridge.js"
}