You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

35 lines
940 B

{
"name": "dht-rpc",
"version": "4.1.7",
"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.0",
"standard": "^12.0.1",
"tape": "^4.9.1"
},
"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",
"stream-collector": "^1.0.1",
"time-ordered-set": "^1.0.1",
"xor-distance": "^2.0.0"
}
}