{
  "name": "managed-http-proxy",
  "version": "1.0.6",
  "description": "An extended implementation of node-http-proxy to allow the creation of multiple managed proxy servers in Node and webpack-dev-server environments",
  "main": "http_proxy_server.js",
  "types": "./http_proxy_server.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ian-Cornelius/Simple-HTTP-Proxy.git"
  },
  "keywords": [
    "HTTP",
    "Proxy",
    "Server"
  ],
  "author": "Ian Omondi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ian-Cornelius/Simple-HTTP-Proxy/issues"
  },
  "homepage": "https://github.com/Ian-Cornelius/Simple-HTTP-Proxy#readme",
  "dependencies": {
    "http-proxy": "^1.18.1"
  }
}
