forked from agnat/node_mdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (58 loc) · 1.39 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
{ "name": "mdns"
, "version": "2.2.0"
, "description": "multicast DNS service discovery"
, "main": "./lib/mdns.js"
, "scripts":
{ "test": "node utils/testrun"
}
, "keywords": ["zeroconf", "bonjour", "dns_sd", "mDNSResponder"]
, "devDependencies":
{ "ejs": "*"
, "less": "*"
, "mkdirp": "*"
, "nopt": "*"
, "slide": "*"
, "glob": "*"
, "ncp": "*"
, "minimatch": "*"
, "proxyquire": "~0.5"
}
, "repository":
{ "type": "git"
, "url": "http://github.com/agnat/node_mdns.git"
}
, "homepage": "http://agnat.github.com/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": "david@artcom.de"
, "github": "agnat"
}
, "contributors": [
{ "name": "Orlando Vazquez"
, "email": "ovazquez@gmail.com"
, "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"
}
]
}