-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 968 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
38
39
40
41
{
"name": "woowahan-cli",
"version": "0.3.0",
"description": "A simple CLI for scaffolding WoowahanJS projects",
"preferGlobal": true,
"bin": {
"woowahan-cli": "./bin/cli.js"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"woowahanjs",
"command line interface"
],
"repository": {
"type": "git",
"url": "https://github.com/woowabros/woowahan-cli"
},
"bugs": {
"url": "https://github.com/woowabros/woowahan-cli/issues"
},
"homepage": "https://github.com/woowabros/woowahan-cli#readme",
"author": "Woowabros",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"download": "^6.2.5",
"download-git-repo": "^1.0.1",
"fs-extra": "^2.0.0",
"mv": "^2.1.1",
"ora": "^1.3.0",
"recursive-readdir": "^2.1.0",
"replace-in-file": "^3.0.0-beta.2",
"request": "^2.83.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"shelljs": "^0.7.6"
}
}