hyperterm-register-shortcut
Version:
Register user-configurable global shortcuts for HyperTerm which respect config changes
25 lines (24 loc) • 555 B
JSON
{
"name": "hyperterm-register-shortcut",
"version": "1.3.0",
"description": "Register user-configurable global shortcuts for HyperTerm which respect config changes",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Soutar/hyperterm-register-shortcut.git"
},
"scripts": {
"test": "jest **/*.test.js"
},
"keywords": [
"hyperterm",
"shortcut",
"hotkey",
"helper"
],
"author": "John Soutar <john@soutar.me>",
"license": "ISC",
"devDependencies": {
"jest": "^19.0.2"
}
}