mousetrap-global-bind
Version:
Mousetrap plugin for global bindings (works in input elements) with an additionnal unbindGlobal method.
31 lines (30 loc) • 834 B
JSON
{
"name": "mousetrap-global-bind",
"version": "1.1.0",
"description": "Mousetrap plugin for global bindings (works in input elements) with an additionnal unbindGlobal method.",
"main": "mousetrap-global-bind.js",
"types": "index.d.ts",
"scripts": {
"postversion": "git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elvynia/mousetrap-global-bind.git"
},
"keywords": [
"Mousetrap",
"bindGlobal",
"unbindGlobal",
"input"
],
"author": "Elvynia",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Elvynia/mousetrap-global-bind/issues"
},
"homepage": "https://github.com/Elvynia/mousetrap-global-bind#readme",
"peerDependencies": {
"mousetrap": "^1.6.0"
}
}