{
  "name": "thruproxy",
  "version": "0.1.11",
  "description": "Thru proxy",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gavoja/thruproxy.git"
  },
  "keywords": [
    "http",
    "proxy"
  ],
  "author": "Michal Kochel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gavoja/thruproxy/issues"
  },
  "homepage": "https://github.com/gavoja/thruproxy#readme",
  "dependencies": {
    "chalk": "^2.4.2",
    "express": "^4.17.1",
    "express-http-proxy": "^1.6.0",
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "runna": "^2.4.2",
    "runna-webserver": "^0.2.0"
  },
  "bin": {
    "thruproxy": "./bin/thruproxy"
  },
  "scripts": {
    "test:serve": "runna-webserver -w test/site -p 80 -a admin:bar",
    "test:proxy": "node index.js test/config/proxy.json",
    "test": "runna [ +test:serve +test:proxy ]"
  }
}
