data-provider-temporary
Version:
Library that helps with server-to-client synchronization of data
44 lines (43 loc) • 893 B
JSON
{
"name": "multicast-dns",
"version": "6.2.1",
"description": "Low level multicast-dns implementation in pure javascript",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
},
"bin": "cli.js",
"dependencies": {
"dns-packet": "^1.0.1",
"thunky": "^0.1.0"
},
"devDependencies": {
"standard": "^5.4.1",
"tape": "^4.4.0"
},
"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"
],
"coordinates": [
55.6465878,
12.5492251
]
}