hyperswarm-proxy
Version:
Proxy p2p connections using a duplex stream and Hyperswarm
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "hyperswarm-proxy",
"version": "1.5.2",
"description": "Proxy p2p connections using a duplex stream and Hyperswarm",
"main": "index.js",
"scripts": {
"compile-protocol": "protocol-buffers protocol.proto -o messages.js",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/hyperswarm-proxy.git"
},
"standard": {
"ignore": [
"messages.js"
]
},
"keywords": [
"dat",
"hyperswarm",
"swarm",
"p2p",
"proxy",
"stream"
],
"author": "rangermauve",
"license": "MIT",
"bugs": {
"url": "https://github.com/RangerMauve/hyperswarm-proxy/issues"
},
"homepage": "https://github.com/RangerMauve/hyperswarm-proxy#readme",
"dependencies": {
"@hyperswarm/network": "^2.1.0",
"length-prefixed-stream": "^2.0.0",
"pump": "^3.0.0"
},
"devDependencies": {
"duplexpair": "^1.0.1",
"hypercore": "^7.6.1",
"hypercore-protocol": "^6.12.0",
"protocol-buffers": "^4.1.0",
"random-access-memory": "^3.1.1",
"tape": "^4.11.0"
}
}