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.

37 lines
914 B

{
8 years ago
"name": "dht-rpc",
2 years ago
"version": "6.3.0",
"description": "Make RPC calls over a Kademlia based DHT",
"main": "index.js",
"dependencies": {
"b4a": "^1.3.1",
"compact-encoding": "^2.1.0",
"compact-encoding-net": "^1.0.1",
"events": "^3.3.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",
"udx-native": "^1.2.0"
},
"devDependencies": {
"brittle": "^3.0.0",
"standard": "^17.0.0"
},
"scripts": {
3 years ago
"test": "standard && brittle 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"
}