-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 852 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 852 Bytes
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
{
"name": "@2o3t/process-manager",
"version": "0.0.2",
"description": "Process manager for Nodejs.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"process",
"manager",
"pm",
"process-manager",
"ipc"
],
"author": "zyao89 <zyao89@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/2o3t/process-manager",
"repository": "github:2o3t/process-manager",
"bugs": {
"url": "https://github.com/2o3t/process-manager/issues"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-2o3t": "^1.1.15"
}
}