-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.14 KB
/
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
48
49
50
51
52
{
"name": "mdns-spawn",
"version": "2.0.8",
"description": "Bonjour discovery",
"main": "index.js",
"scripts": {
"eslint": "eslint index.js register.js test",
"checkall": "npm run eslint",
"mocha": "mocha",
"test": " npm run checkall && npm run cover",
"cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test/"
},
"repository": {
"type": "git",
"url": "git://github.com/ivsgroup/mdns-spawn.git"
},
"keywords": [
"mdns",
"bonjour",
"dns-sd"
],
"author": {
"name": "Francois Leurent",
"email": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ivsgroup/mdns-spawn/issues"
},
"dependencies": {
"async": "^2.0.1",
"default-gateway": "^2.7.0",
"mout": "^1.0.0",
"nyks": "^3.10.1"
},
"devDependencies": {
"expect.js": "^0.3.1",
"istanbul": "^1.1.0-alpha.1",
"eslint-plugin-ivs": "^1.3.0",
"mocha": "^3.1.2"
},
"maintainers": [
{
"name": "131",
"email": "[email protected]"
},
{
"name": "m.ourir",
"email": "[email protected]"
}
]
}