数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

38 lines
979 B

{
"name": "is-hotkey",
"description": "Check whether a browser event matches a hotkey.",
"version": "0.2.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/is-hotkey.git",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src --out-dir ./lib",
"build:umd": "babel --plugins transform-es2015-modules-umd ./src -o ./lib/is-hotkey.umd.js",
"clean": "rm -rf ./lib ./node_modules",
"prepublish": "yarn run build && yarn run build:umd",
"release": "np",
"test": "yarn run build && mocha",
"watch": "babel ./lib --out-dir ./lib --watch"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-preset-env": "^1.6.1",
"mocha": "^3.2.0"
},
"keywords": [
"code",
"combo",
"event",
"hotkey",
"key",
"keycode",
"keycodes",
"keycombo",
"keydown",
"keyup",
"mousetrap",
"shortcut",
"which"
]
}