-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.03 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
47
48
49
50
51
52
53
{
"name": "kr-vue-startkit",
"version": "1.3.1",
"description": "vue构建脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/36KrFE/kr-vue-startkit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/36KrFE/kr-vue-startkit.git"
},
"bin": {
"kr-vue-startkit": "./index.js"
},
"keywords": [
"startkit",
"vue",
"cli",
"vuex"
],
"files": [
"index.js",
"package.json",
"LICENSE",
"README.md"
],
"author": "沈凤蛟 <674735426@qq.com>",
"license": "MIT",
"maintainers": [
{
"email": "674735426@qq.com",
"name": "沈凤蛟"
},
{
"email": "46517115@qq.com",
"name": "Ryouaki"
}
],
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"download-git-repo": "^1.0.2",
"execa": "^0.10.0",
"handlebars": "^4.0.11",
"inquirer": "^6.0.0",
"log-symbols": "^2.2.0",
"ora": "^2.1.0"
}
}