forked from MingNeo/ya-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "yz-cli",
"version": "0.6.4",
"description": "yazuo web project scaffold",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ya": "bin/ya.js"
},
"author": "mingrenjbdt",
"repository": {
"type": "git",
"url": "git+https://github.com/MingNeo/ya-cli.git"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"art-template": "4.12.1",
"async": "2.5.0",
"chalk": "1.1.3",
"commander": "2.9.0",
"cross-spawn": "5.1.0",
"deep-assign": "2.0.0",
"download-git-repo": "1.0.1",
"figlet": "1.2.0",
"flow-bin": "0.54.1",
"global": "4.3.2",
"handlebars": "4.0.10",
"inquirer": "3.0.6",
"lodash": "4.17.4",
"metalsmith": "2.3.0",
"minimatch": "3.0.4",
"npm": "5.4.2",
"ora": "1.2.0",
"promise-exec": "0.1.0",
"request": "2.81.0",
"rimraf": "2.6.2",
"user-home": "2.0.0"
},
"bugs": {
"url": "https://github.com/MingNeo/ya-cli/issues"
},
"homepage": "https://github.com/MingNeo/ya-cli#readme",
"keywords": ["ya", "cli"],
"license": "ISC"
}