kd-keyboard
Version:
keyboard module for kd
36 lines • 851 B
JSON
{
"name": "kd-keyboard",
"version": "0.1.3",
"description": "keyboard module for kd",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kdmodules/keyboard.git"
},
"keywords": [
"kd",
"keyboard",
"koding",
"kdmodules",
"kdapp",
"coffeescript",
"kdjs"
],
"author": "Koding <hello@koding.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdmodules/keyboard/issues"
},
"homepage": "https://github.com/kdmodules/keyboard",
"dependencies": {
"kd-shim-mousetrap": "^1.4.6"
},
"browser": {
"mousetrap": "kd-shim-mousetrap",
"mousetrap/plugins/mousetrap-global-bind.js": "kd-shim-mousetrap/plugins/mousetrap-global-bind.js"
},
"devDependencies": {}
}