-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 871 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
37
{
"name": "vue-xu-generate",
"version": "1.2.0",
"description": "A plugin for quick generate",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"xu": "./bin/xu.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xu455255849/vue-xu-generate.git"
},
"keywords": [
"vue",
"cli",
"spa",
"template",
"generate"
],
"author": "xsp",
"license": "MIT",
"bugs": {
"url": "https://github.com/xu455255849/vue-xu-generate/issues"
},
"homepage": "https://github.com/xu455255849/vue-xu-generate#readme",
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"fs-extra": "^4.0.2"
}
}