-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
85 lines (85 loc) · 1.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mdns",
"version": "2.7.2",
"description": "multicast DNS service discovery",
"main": "./lib/mdns.js",
"scripts": {
"test": "node utils/testrun"
},
"keywords": [
"zeroconf",
"bonjour",
"dns_sd",
"mDNSResponder"
],
"devDependencies": {
"ejs": "*",
"glob": "*",
"less": "*",
"minimatch": "*",
"mkdirp": "*",
"ncp": "*",
"nopt": "*",
"proxyquire": "^2.0.0",
"slide": "*"
},
"repository": {
"type": "git",
"url": "http://github.com/agnat/node_mdns.git"
},
"homepage": "http://agnat.github.io/node_mdns",
"bugs": {
"url": "http://github.com/agnat/node_mdns/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/agnat/node_mdns/raw/master/LICENSE"
}
],
"author": {
"name": "David Siegel",
"email": "[email protected]",
"github": "agnat"
},
"contributors": [
{
"name": "Orlando Vazquez",
"email": "[email protected]",
"url": "http://or.lan.do/",
"github": "orlandov"
},
{
"name": "Ryan Dahl",
"email": "ry at tiny clouds dot org",
"url": "http://four.livejournal.com/",
"github": "ry"
},
{
"name": "Dominic Tarr",
"url": "http://twitter.com/dominictarr",
"github": "dominictarr"
},
{
"name": "Emil Stenqvist",
"github": "emilisto"
},
{
"name": "Toby Ealden",
"github": "TobyEalden"
},
{
"name": "Cong Liu",
"github": "ghostoy"
},
{
"name": "Tian Zhang",
"github": "KhaosT"
}
],
"dependencies": {
"bindings": "~1.2.1",
"nan": "^2.14.0"
},
"gypfile": true
}