This commit is contained in:
38
node_modules/is-hotkey/package.json
generated
vendored
Normal file
38
node_modules/is-hotkey/package.json
generated
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user