You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
383 B
25 lines
383 B
{
|
|
"name": "keycode",
|
|
"repo": "timoxley/keycode",
|
|
"description": "Map of keyboard codes",
|
|
"version": "2.2.0",
|
|
"development": {
|
|
"timoxley/assert": "*"
|
|
},
|
|
"scripts": [
|
|
"index.js"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"keyboard",
|
|
"keycode",
|
|
"keyboardevent",
|
|
"ascii",
|
|
"keydown",
|
|
"keyup",
|
|
"metakey",
|
|
"keyname",
|
|
"keypress"
|
|
]
|
|
}
|