node-hotkeys
Version:
Handle hotkeys on NodeJS
30 lines (29 loc) • 640 B
JSON
{
"name": "node-hotkeys",
"version": "1.3.1",
"description": "Handle hotkeys on NodeJS",
"main": "hotkeys.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lucasrsv1/node-hotkeys.git"
},
"keywords": [
"hotkey",
"iohook",
"node",
"js"
],
"author": "Lucas Rassilan Vilanova",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lucasrsv1/node-hotkeys/issues"
},
"homepage": "https://github.com/Lucasrsv1/node-hotkeys#readme",
"scripts": {
"test": "node test.js",
"test-debounce": "node test-debounce.js"
},
"dependencies": {
"iohook": "^0.6.5"
}
}