{ "name": "dht-rpc", "version": "1.0.0", "description": "Make RPC calls over a Kademlia based DHT.", "main": "index.js", "dependencies": { "buffer-equals": "^1.0.4", "duplexify": "^3.5.0", "inherits": "^2.0.3", "ipv4-peers": "^1.1.1", "k-bucket": "^3.2.1", "protocol-buffers": "^3.1.6", "readable-stream": "^2.1.5", "stream-collector": "^1.0.1", "udp-request": "^1.3.0", "xor-distance": "^1.0.0" }, "devDependencies": { "standard": "^8.6.0", "tape": "^4.6.3" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/dht-rpc.git" }, "scripts": { "test": "standard && tape test.js" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/dht-rpc/issues" }, "homepage": "https://github.com/mafintosh/dht-rpc" }