forked from mafintosh/multicast-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 815 Bytes
/
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
{
"name": "multicast-dns",
"version": "6.1.2",
"description": "Low level multicast-dns implementation in pure javascript",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"bin": "cli.js",
"dependencies": {
"dns-packet": "^5.2.2"
},
"devDependencies": {
"standard": "^16.0.3",
"tape": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/multicast-dns.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/multicast-dns/issues"
},
"homepage": "https://github.com/mafintosh/multicast-dns",
"keywords": [
"multicast",
"dns",
"mdns",
"multicastdns",
"dns-sd",
"service",
"discovery",
"bonjour",
"avahi"
]
}