{
  "name": "thin",
  "version": "0.3.1",
  "dependencies": {
    "request": ">=2.51.0"
  },
  "description": "HTTP/HTTPS debugging proxy",
  "main": "index.js",
  "devDependencies": {
    "mocha": "*",
    "express": "~3.0",
    "jimp": "^0.2.3",
    "bluebird": "^2.9.26",
    "pem": "^1.7.2"
  },
  "scripts": {
    "test": "mocha -R spec --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:runk/node-thin.git"
  },
  "keywords": [
    "mitm",
    "interceptor",
    "debugging",
    "proxy",
    "proxy server",
    "forward proxy"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/runk/node-thin/issues"
  },
  "engines": {
    "node": ">=0.10"
  }
}
