{
  "author": "Tom Zhou <appnet.link@gmail.com> (https://appnet.link)",
  "name": "peer-vnc",
  "description": "access to VNC desktop from anywhere",
  "version": "3.3.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/InstantWebP2P/peer-vnc.git"
  },
  "keywords": [
    "peer",
    "p2p",
    "webp2p",
    "http",
    "vnc"
  ],
  "engines": {
    "node": "0.8.x"
  },
  "main": "index",
  "bin": {
    "peer-vnc": "./bin/peer-vnc",
    "peer-vnc-direct": "./bin/peer-vnc-direct"
  },
  "dependencies": {
    "commander": "1.1.1",
    "connect": "2.30.2",
    "appnet.io": "3.3.7",
    "optimist": "0.3.x",
    "qrcode-terminal": "0.9.2",
    "wspp": "latest",
    "http-auth": "2.2.5",
    "connect-multiparty": "1.2.5"
  }
}
