-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 795 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 795 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
38
{
"name": "node-disco",
"version": "0.0.1",
"description": "Network discovery and messaging helper",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:diversario/node-disco.git"
},
"keywords": [
"udp",
"discovery",
"multicast"
],
"author": {
"name": "Ilya Shaisultanov",
"email": "ilya.shaisultanov@gmail.com"
},
"license": "MIT",
"dependencies": {
"eventcast": "0.0.1",
"lodash": "1.3.x",
"ip": "0.1.x",
"bunyan": "~0.21.4",
"bunyan-prettystream": "~0.1.2",
"failure-detector": "0.1.0",
"replize": "0.0.5"
},
"devDependencies": {
"mocha": "1.x",
"istanbul": "~0.1.36",
"coveralls": "~2.0.12",
"mocha-istanbul": "~0.2.0"
}
}