UNPKG

forward-proxy

Version:

p2p http forward and socks proxy based on AppNet.io and Node.js

33 lines (32 loc) 660 B
{ "author": "Tom Zhou <appnet.link@gmail.com> (https://appnet.link)", "name": "forward-proxy", "description": "p2p http forward and socks proxy based on AppNet.io and Node.js", "version": "3.3.0", "repository": { "type": "git", "url": "git://github.com/InstantWebP2P/node-forward-proxy.git" }, "keywords": [ "p2p", "http", "httpp", "webproxy", "forward-proxy", "socks5", "webp2p", "vpn", "webvpn" ], "engines": { "node": ">=0.8.0" }, "main": "proxy", "bin": {}, "dependencies": { "appnet.io": "latest", "socks5": "0.2.x", "commander": "1.1.1", "optimist": "0.3.x" } }