-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
{
"name": "yus-cli",
"version": "1.0.0",
"description": "A simple, fast, and fun CLI for scaffolding projects",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CN-kicoyu/yus-cli.git"
},
"keywords": [
"CLI",
"webpack"
],
"bin": {
"yus": "bin/yus",
"yus-init": "bin/yus-init",
"yus-list": "bin/yus-list"
},
"author": "kicoyu < [email protected] >",
"license": "MIT",
"bugs": {
"url": "https://github.com/CN-kicoyu/yus-cli/issues"
},
"homepage": "https://github.com/CN-kicoyu/yus-cli#readme",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.3.1",
"coffee-script": "^1.12.7",
"commander": "^2.14.1",
"consolidate": "^0.15.0",
"download-git-repo": "^1.0.2",
"handlebars": "^4.0.11",
"inquirer": "^5.1.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.4",
"multimatch": "^2.1.0",
"ora": "^2.0.0",
"read-metadata": "^1.0.0",
"request": "^2.83.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"tildify": "^1.2.0",
"user-home": "^2.0.0",
"validate-npm-package-name": "^3.0.0"
}
}