-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
48 lines (48 loc) · 1.02 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
{
"name": "bonjour",
"version": "3.3.1",
"description": "A Bonjour/Zeroconf implementation in pure JavaScript",
"main": "index.js",
"dependencies": {
"array-flatten": "^2.1.0",
"dns-equal": "^1.0.0",
"dns-txt": "^2.0.2",
"multicast-dns": "^6.0.1",
"multicast-dns-service-types": "^1.1.0"
},
"devDependencies": {
"after-all": "^2.0.2",
"standard": "^6.0.8",
"tape": "^4.5.1"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/watson/bonjour.git"
},
"keywords": [
"bonjour",
"zeroconf",
"zero",
"configuration",
"mdns",
"dns",
"service",
"discovery",
"multicast",
"broadcast",
"dns-sd"
],
"author": "Thomas Watson Steen <[email protected]> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/bonjour/issues"
},
"homepage": "https://github.com/watson/bonjour",
"coordinates": [
52.5308832,
13.3838183
]
}