-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 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
49
50
51
52
53
{
"name": "llk",
"version": "0.0.3",
"description": "a Lazy Lanucher for Koa",
"main": "lib/init_command.js",
"scripts": {
"autod": "autod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"llk": "bin/llk.js"
},
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cuiweiqiang/llk.git"
},
"keywords": [
"launcher",
"koa"
],
"author": "cuiweiqiang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cuiweiqiang/llk/issues"
},
"homepage": "https://github.com/cuiweiqiang/llk#readme",
"devDependencies": {
"autod": "^3.0.1"
},
"dependencies": {
"co": "4.6.0",
"colors": "1.3.3",
"compressing": "1.4.0",
"glob": "7.1.4",
"group-object": "0.1.1",
"inquirer": "6.5.0",
"is-text-path": "2.0.0",
"is-type-of": "1.2.1",
"mem-fs": "1.1.3",
"mem-fs-editor": "6.0.0",
"mkdirp": "0.5.1",
"mz-modules": "2.1.0",
"node-homedir": "1.1.1",
"npm-updater": "3.0.3",
"proxy-agent": "3.1.0",
"urllib": "2.34.0",
"yargs": "13.3.0"
}
}