-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (44 loc) · 975 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
{
"name": "cfork",
"version": "1.1.0",
"description": "cluster fork and restart easy way",
"main": "index.js",
"scripts": {
"test": "make test"
},
"config": {
"cov": {
"threshold": 100
}
},
"dependencies": {
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"graceful": "~0.1.0",
"jshint": "*",
"mocha": "*",
"pedding": "~1.0.0",
"should": "~4.0.4",
"urllib": "~0.5.16"
},
"homepage": "https://github.com/node-modules/cfork",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/cfork.git",
"web": "https://github.com/node-modules/cfork"
},
"bugs": {
"url": "https://github.com/node-modules/cfork/issues",
"email": "[email protected]"
},
"keywords": [
"cluster", "cluster-fork", "cfork", "restart"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"license": "MIT"
}