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.
31 lines
774 B
31 lines
774 B
{
|
|
"name": "dht-rpc",
|
|
"version": "5.0.0-beta1",
|
|
"description": "Make RPC calls over a Kademlia based DHT",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"compact-encoding": "^2.1.0",
|
|
"fast-fifo": "^1.0.0",
|
|
"kademlia-routing-table": "^1.0.0",
|
|
"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": {
|
|
"url": "https://github.com/mafintosh/dht-rpc/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/dht-rpc"
|
|
}
|
|
|