-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "snail-cline",
"version": "0.4.4",
"description": "A simple CLI tool",
"main": "index.js",
"repository": "git@github.com:ccbabi/snail-cli.git",
"author": "kxxw28 <kxxw28@gmail.com>",
"license": "MIT",
"bin": {
"snail": "bin/snail",
"snail-init": "bin/snail-init",
"snail-mock": "bin/snail-mock",
"snail-install": "bin/snail-install"
},
"scripts": {
"prepublish": "crlf --set=LF ./bin/*"
},
"dependencies": {
"body-parser": "^1.17.2",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"connect-mock-middleware": "^0.1.0",
"cors": "^2.8.4",
"decompress": "^4.2.0",
"decompress-unzip": "^4.0.1",
"download-git-repo": "^1.0.1",
"execa": "^0.8.0",
"express": "^4.15.4",
"get-stream": "^3.0.0",
"has-yarn": "^1.0.0",
"inquirer": "^3.2.2",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"node-wget": "^0.4.2",
"ora": "^1.3.0",
"portfinder": "^1.0.13",
"request": "^2.81.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1"
},
"devDependencies": {
"crlf": "^1.1.1"
}
}