-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1 KB
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
{
"name": "egg-cluster-script",
"version": "0.1.20",
"description": "egg cluster start bin",
"bin": {
"eggcbl": "bin/egg-cluster-bin.js",
"egg-cluster-bin": "bin/egg-cluster-bin.js"
},
"main": "index.js",
"scripts": {
"test": "egg-bin test"
},
"keywords": [
"egg",
"bin",
"cluster",
"eggjs"
],
"homepage": "https://github.com/xuezier/egg-cluster-script",
"repository": {
"type": "git",
"url": "https://github.com/xuezier/egg-cluster-script"
},
"author": "xuezi",
"license": "ISC",
"dependencies": {
"commander": "^2.19.0",
"egg": "^2.14.2",
"moment": "^2.23.0",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"node-homedir": "^1.1.1",
"node-ipc": "^9.1.1",
"runscript": "^1.3.0",
"zlogger": "^2.0.0"
},
"devDependencies": {
"coffee": "^5.2.1",
"egg-bin": "^4.10.0",
"egg-utils": "^2.4.1",
"mm": "^2.4.1",
"urllib": "^2.33.0"
},
"files": [
"bin",
"lib",
"index.js",
"README.md"
]
}