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
871 B

{
"name": "dht-rpc",
"version": "1.0.3",
"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"
}