{
  "name": "simple-proxy-server",
  "version": "0.0.2",
  "description": "Simple HTTP to HTTPs proxy server",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/RomanMinkin/simple-proxy-server.git"
  },
  "keywords": [
    "proxy",
    "http",
    "https"
  ],
  "author": "Roman Minkin <minkinroman@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RomanMinkin/simple-proxy-server/issues"
  },
  "homepage": "https://github.com/RomanMinkin/simple-proxy-server",
  "dependencies": {
    "basic-auth": "^1.0.0",
    "http-proxy": "^1.3.0",
    "connect": "^3.1.1"
  }
}
