{
  "name": "http-tunneling-proxy",
  "version": "0.3.4",
  "description": "fairly simple http tunneling proxy",
  "main": "index.js",
  "author": "Jan Kaßel <58153@outlook.com>",
  "license": "MIT",
  "bin": {
    "http-tunneling-proxy": "bin/proxy.js"
  },
  "engines": {
    "node": ">=6.9.2"
  },
  "keywords": [
    "http",
    "tunnel",
    "tunneling",
    "proxy"
  ],
  "scripts": {
    "lint": "eslint --ignore-path .gitignore .",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fallafeljan/http-tunneling-proxy.git"
  },
  "devDependencies": {
    "eslint": "^3.14.0",
    "https-proxy-agent": "^1.0.0",
    "mocha": "^3.2.0",
    "node-fetch": "^1.6.3"
  },
  "dependencies": {
    "argv-options": "^0.1.0-alpha.1"
  }
}
