-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 923 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
42
{
"name": "public-cli",
"version": "0.2.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/wiseowner/public-cli.git"
},
"bin": {
"pub-cli": "bin/public-cli"
},
"author": "sunyongjian",
"scripts": {
"test": "mocha ./test/*.test.js ./test/**/*.test.js"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.21.0",
"del": "^3.0.0",
"mocha": "^4.0.1",
"should": "^13.1.3"
},
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.0",
"chalk": "^2.1.0",
"commander": "^2.11.0",
"consolidate": "^0.14.5",
"del": "^3.0.0",
"download-git-repo": "^1.0.1",
"ejs": "^2.5.7",
"graceful-fs": "^4.1.11",
"inquirer": "^3.2.1",
"lodash": "^4.17.11",
"metalsmith": "^2.3.0",
"mkdirp": "^0.5.1",
"ora": "^1.3.0",
"shelljs": "^0.7.8",
"url-join": "^2.0.2",
"user-home": "^2.0.0"
}
}