-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
44 lines (44 loc) · 1018 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
{
"name": "node-discover",
"description": "Automatically discover your nodejs instances with built-in support for automatic single master and capability advertising.",
"version": "1.2.0",
"author": "Dan VerWeire",
"homepage": "http://github.com/wankdanker/node-discover",
"repository": {
"type": "git",
"url": "git://github.com/wankdanker/node-discover.git"
},
"main": "index.js",
"devDependencies": {
"dnode": "^1.2.0",
"eventemitter2": "0.4.x",
"optimist": "~0.6.0",
"portfinder": "^0.4.0"
},
"engines": {
"node": ">=0.4.1 <0.5.0 || >=0.6.9"
},
"dependencies": {
"uuid": "^8.3.1"
},
"bugs": {
"url": "https://github.com/wankdanker/node-discover/issues"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"autodiscover",
"cluster",
"discovery",
"udp",
"datagram",
"split",
"brain"
],
"license": "MIT"
}