keyevent
Version:
The KeyEvent object gives us all the constants for key codes (should these not already exist somewhere?!?).
22 lines (21 loc) • 479 B
JSON
{
"name": "keyevent",
"version": "1.0.0",
"homepage": "https://github.com/cybertoothca/keyevent",
"authors": [
"Dan Nelson <dnelson@cybertooth.ca>"
],
"description": "The KeyEvent object gives us all the constants for key codes (should these not already exist somewhere?!?).",
"main": "src/keyevent.js",
"keywords": [
"keyevent"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}