iwebpp.io-stun-proxy
Version: 
iWebPP.io local STUN proxy
36 lines (35 loc) • 686 B
JSON
{
  "author": "Tom Zhou <iwebpp@gmail.com>",
  "name": "iwebpp.io-stun-proxy",
  "description": "iWebPP.io local STUN proxy",
  "version": "3.2.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/InstantWebP2P/iwebpp.io-stun-proxy.git"
  },
  "keywords": [
    "p2p",
    "http",
    "httpp",
    "proxy",
    "iwebpp.io",
    "stun-proxy",
    "socks5",
    "webp2p",
    "vpn"
  ],
  "engines": {
    "node": ">=0.8.0"
  },
  "main": "proxy",
  "bin": {},
  "dependencies": {
    "iwebpp.io": "latest",
    "httpp-proxy": "latest",
    "jschardet": "1.0.x",
    "iconv-lite": "0.2.x",
    "connect": "2.30.2",
    "commander": "1.1.1",
    "optimist": "0.3.x"
  }
}