-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 966 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
43
44
45
46
47
{
"author": "NULLIVEX LLC <[email protected]>",
"name": "ndt",
"description": "NodeJS daemon tools helper",
"version": "1.0.6",
"license": "MIT",
"homepage": "http://www.nullivex.com/",
"repository": {
"type": "git",
"url": "https://github.com/nullivex/ndt.git"
},
"main": "./lib/ndt.js",
"keywords": [
"daemon tools",
"daemontools",
"dt",
"dtools",
"process manager",
"process",
"forever"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"cli-table": "^0.3.6",
"commander": "^8.0.0",
"debug": "^4.3.2",
"graceful-fs": "^4.2.6",
"linerstream": "^0.2.0",
"promisepipe": "^3.0.0",
"rmdir": "^1.2.0",
"string": "^3.3.3",
"through2": "^4.0.2"
},
"bin": {
"ndt": "./bin/ndt"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.2"
}
}