{
  "name": "http-mitm-proxy",
  "version": "0.7.0",
  "description": "HTTP Man In The Middle (MITM) Proxy",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha"
  },
  "repository": "https://github.com/joeferner/node-http-mitm-proxy",
  "bugs": {
    "url": "https://github.com/joeferner/node-http-mitm-proxy/issues"
  },
  "bin": {
    "http-mitm-proxy": "./bin/mitm-proxy.js"
  },
  "keywords": [
    "mitm",
    "http",
    "https",
    "ssl",
    "websocket",
    "proxy"
  ],
  "author": "Joe Ferner <joe@fernsroth.com>",
  "contributors": [
    "Félicien François <felicien@tweakstyle.com>",
    "Simon Pratt <simon@pr4tt.com>"
  ],
  "license": "MIT",
  "devDependencies": {
    "mocha": "^5.2.0",
    "node-static": "^0.7.10",
    "request": "^2.83.0"
  },
  "dependencies": {
    "async": "^2.5.0",
    "debug": "^4.1.0",
    "mkdirp": "^0.5.1",
    "node-forge": "^0.8.0",
    "optimist": "^0.6.1",
    "semaphore": "^1.1.0",
    "ws": "^3.2.0"
  }
}
