UNPKG

zwot-multicast-dns

Version:

Low level multicast-dns implementation in pure javascript

46 lines (45 loc) 937 B
{ "name": "zwot-multicast-dns", "version": "1.0.1", "description": "Low level multicast-dns implementation in pure javascript", "main": "index.js", "scripts": { "test": "standard && tape test.js" }, "bin": { "multicast-dns": "cli.js" }, "dependencies": { "zwot-dns-packet": "1.0.0", "thunky": "^1.0.2" }, "devDependencies": { "standard": "^10.0.3", "tape": "^4.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/mafintosh/multicast-dns.git" }, "author": "Mathias Buus (@mafintosh)", "license": "ISC", "bugs": { "url": "https://github.com/mafintosh/multicast-dns/issues" }, "homepage": "https://github.com/XiXiangFiles/multicast-dns", "keywords": [ "multicast", "dns", "mdns", "multicastdns", "dns-sd", "service", "discovery", "bonjour", "avahi" ], "coordinates": [ 55.6465878, 12.5492251 ] }