is-key-combo
Version:
checks if event is key combo
30 lines (29 loc) • 686 B
JSON
{
"name": "is-key-combo",
"version": "1.1.0",
"description": "checks if event is key combo",
"main": "index.js",
"scripts": {
"test": "mocha",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"keywords": [
"is",
"key",
"combo"
],
"author": "Nicolas Escalante <nlante@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^6.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nescalante/is-key-combo.git"
},
"bugs": {
"url": "https://github.com/nescalante/is-key-combo/issues"
},
"homepage": "https://github.com/nescalante/is-key-combo#readme"
}