{ "name": "dht-rpc", "version": "4.8.1", "description": "Make RPC calls over a Kademlia based DHT", "main": "index.js", "scripts": { "test": "standard && tape test.js", "protobuf": "protocol-buffers schema.proto -o lib/messages.js" }, "repository": { "type": "git", "url": "git+https://github.com/mafintosh/dht-rpc.git" }, "author": "Mathias Buus (@mafintosh)", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/dht-rpc/issues" }, "homepage": "https://github.com/mafintosh/dht-rpc#readme", "devDependencies": { "protocol-buffers": "^4.1.1", "standard": "^14.3.1", "tape": "^4.13.0" }, "dependencies": { "codecs": "^2.0.0", "ipv4-peers": "^2.0.0", "k-bucket": "^5.0.0", "protocol-buffers-encodings": "^1.1.0", "sodium-universal": "^2.0.0", "speedometer": "^1.1.0", "stream-collector": "^1.0.1", "time-ordered-set": "^1.0.1", "xor-distance": "^2.0.0" } }