-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "web-app-cli",
"version": "1.0.10",
"description": "A simple CLI for create webapp projects.",
"preferGlobal": true,
"bin": {
"webapp": "bin/webapp",
"webapp-init": "bin/webapp-init",
"webapp-list": "bin/webapp-list"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhouzhihu/webapp-cli.git"
},
"keywords": [
"webapp",
"cli"
],
"author": "zhouzhihu",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouzhihu/webapp-cli/issues"
},
"homepage": "https://github.com/zhouzhihu/webapp-cli#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "^2.1.4",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"consolidate": "^0.14.5",
"download-git-repo": "^0.2.1",
"handlebars": "^4.0.6",
"inquirer": "^2.0.0",
"metalsmith": "^2.3.0",
"minimatch": "^3.0.3",
"multimatch": "^2.1.0",
"ora": "^0.4.1",
"os": "^0.1.1",
"read-metadata": "^1.0.0",
"rimraf": "^2.5.4",
"uid": "0.0.2",
"validate-npm-package-name": "^2.2.2"
}
}