peer-proxy
Version:
Proxy web service from peer
38 lines (37 loc) • 759 B
JSON
{
"author": "Tom Zhou <appnet.link@gmail.com> (https://appnet.link)",
"name": "peer-proxy",
"description": "Proxy web service from peer",
"version": "3.3.3",
"repository": {
"type": "git",
"url": "git://github.com/InstantWebP2P/peer-proxy.git"
},
"keywords": [
"peer",
"p2p",
"proxy",
"http",
"httpp",
"webp2p"
],
"engines": {
"node": "0.8.x"
},
"main": "index",
"bin": {
"peer-proxy": "./bin/peer-proxy"
},
"dependencies": {
"appnet.io": "3.3.7",
"httpp-proxy": "0.10.3",
"siphash": "latest",
"commander": "~1.1.1",
"optimist": "0.3.x",
"connect": "2.30.2",
"jschardet": "1.0.x",
"iconv-lite": "0.2.x",
"trumpet": "0.3.x",
"http-auth": "2.2.5"
}
}