-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 838 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
{
"name": "pm.sh",
"version": "1.2.2",
"description": "pm2 without the fat in 1 shellscript, unix processmanagement using simply 'ps' and 'flock' and a teaspoon of shellscript & extra features",
"bin":{
"pm":"bin/pm"
},
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderofsalvation/pm.sh.git"
},
"keywords": [
"pm2",
"pm.sh",
"nodemon",
"unix",
"process",
"lightweight",
"minimal",
"ps",
"process manager",
"process management"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderofsalvation/pm.sh/issues"
},
"homepage": "https://github.com/coderofsalvation/pm.sh#readme"
}