forked from ktsn/vue-cli-plugin-auto-routing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 832 Bytes
/
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
{
"name": "vue-cli-plugin-auto-routing",
"version": "0.2.1",
"description": "Vue CLI plugin that provides auto routing feature",
"files": [
"index.js",
"generator"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ktsn/vue-cli-plugin-auto-routing.git"
},
"keywords": [
"Vue",
"Vue CLI",
"plugin",
"routing",
"auto routing"
],
"author": "katashin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ktsn/vue-cli-plugin-auto-routing/issues"
},
"homepage": "https://github.com/ktsn/vue-cli-plugin-auto-routing#readme",
"scripts": {
"lint": "eslint .",
"format": "eslint --fix .",
"prepublishOnly": "npm run lint"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-ktsn": "^2.0.1",
"prettier": "1.17.0"
}
}