-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "vue-keybindings",
"version": "2.0.1",
"description": "Keyboard Shortcuts registration and Keybindings management",
"main": "dist/build.js",
"scripts": {
"lint": "eslint --ext .js, src",
"build": "webpack --progress --hide-modules --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazinsw/vue-keybindings.git"
},
"keywords": [
"shortcut",
"keyboard",
"keybindings",
"command",
"actions",
"vuejs",
"vue"
],
"author": "Francimar Alves",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazinsw/vue-keybindings/issues"
},
"homepage": "https://github.com/mazinsw/vue-keybindings#readme",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.3.13",
"eslint": "^5.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0"
}
}