{
  "name": "wstunnel-txh",
  "version": "1.2.2",
  "description": "tunnel over websocket",
  "main": "./lib/wst.js",
  "scripts": {
    "test": "nodeunit test/test.js",
    "testssh": "nodeunit test/testssh.js",
    "decaffeinate": "decaffeinate --keep-commonjs --prefer-const **/*.coffee"
  },
  "repository": "https://github.com/tixiaohan123/wstunnel",
  "author": {
    "email": "tixiaohan@gmail.com"
  },
  "homepage": "https://github.com/tixiaohan123/wstunnel",
  "keywords": [
    "websocket",
    "tunnel"
  ],
  "license": "MIT",
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "lawg": "1.0.3",
    "machine-uuid": "^1.0.10",
    "node-uuid": "1.4.1",
    "optimist": "0.3.5",
    "phuture": "1.0.2",
    "underscore": "1.4.4",
    "websocket": "1.0.24"
  },
  "devDependencies": {
    "source-map-support": "0.1.2"
  },
  "bin": {
    "wstunnel": "./bin/wstt.js"
  }
}
