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.

34 lines
829 B

{
8 years ago
"name": "dht-rpc",
3 years ago
"version": "5.0.0-rc.6",
"description": "Make RPC calls over a Kademlia based DHT",
"main": "index.js",
"dependencies": {
3 years ago
"bind-easy": "^1.0.0",
"compact-encoding": "^2.1.0",
"fast-fifo": "^1.0.0",
"kademlia-routing-table": "^1.0.0",
"nat-sampler": "^1.0.1",
"sodium-universal": "^3.0.4",
"streamx": "^2.10.3",
"time-ordered-set": "^1.0.2"
},
"devDependencies": {
"standard": "^16.0.3",
"tape": "^5.2.2"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/dht-rpc.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
8 years ago
"url": "https://github.com/mafintosh/dht-rpc/issues"
},
"homepage": "https://github.com/mafintosh/dht-rpc"
}