vue-three-shortkey
Version:
A plugin for VueJS 3.x accepts shortcuts globally and in a single listener.
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "vue-three-shortkey",
"description": "A plugin for VueJS 3.x accepts shortcuts globally and in a single listener.",
"version": "4.0.1",
"author": "iFgR <ifgr.fagner@gmail.com>",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production node build/build.js",
"test": "karma start test/karma.conf.js --single-run",
"coverage": "nyc mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielelkington/vue-shortkey.git"
},
"dependencies": {
"element-matches": "^0.1.2"
},
"keywords": [
"vue",
"vue-shortkey",
"shortcut",
"shortkey"
],
"homepage": "https://github.com/danielelkington/vue-shortkey/blob/release/README.md",
"devDependencies": {
"array.prototype.find": "^2.0.4",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^4.0.2",
"cross-env": "^3.0.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.1",
"karma-webpack": "^2.0.4",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"vue": "^3.2.31",
"webpack": "^3.0.0"
}
}