UNPKG

dns-discovery

Version:

Discovery peers in a distributed system using regular dns and multicast dns.

39 lines (38 loc) 963 B
{ "name": "dns-discovery", "version": "6.2.3", "description": "Discovery peers in a distributed system using regular dns and multicast dns.", "main": "index.js", "dependencies": { "circular-append-file": "^1.0.1", "debug": "^2.6.9", "dns-socket": "^3.0.0", "lru": "^2.0.0", "minimist": "^1.2.0", "multicast-dns": "^7.1.1", "network-address": "^1.1.2", "pump": "^3.0.0", "speedometer": "^1.0.0", "unordered-set": "^1.1.0" }, "devDependencies": { "standard": "^11.0.0", "tape": "^4.9.0" }, "bin": { "dns-discovery": "./bin.js" }, "scripts": { "test": "standard && tape test.js" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/dns-discovery.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/dns-discovery/issues" }, "homepage": "https://github.com/mafintosh/dns-discovery" }