{
  "name": "openshift-auth-proxy",
  "version": "0.1.2",
  "description": "Reverse proxy to authorize requests against OpenShift 3",
  "main": "openshift-auth-proxy.js",
  "bin": "./openshift-auth-proxy.js",
  "scripts": {
    "start": "node openshift-auth-proxy.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jimmi Dyson <jimmidyson@gmail.com>",
  "homepage": "https://github.com/fabric8io/openshift-auth-proxy",
  "repository": "fabric8io/openshift-auth-proxy",
  "bugs": "https://github.com/fabric8io/openshift-auth-proxy/issues",
  "license": "Apache-2.0",
  "dependencies": {
    "base64url": "^1.0.4",
    "body-parser": "^1.13.3",
    "client-sessions": "^0.7.0",
    "express": "^4.13.3",
    "http-proxy": "^1.11.1",
    "morgan": "^1.6.1",
    "parse-duration": "^0.1.1",
    "passport": "^0.2.2",
    "passport-http-bearer": "^1.0.1",
    "passport-oauth2": "^1.1.2",
    "request": "^2.60.0",
    "url-join": "0.0.1",
    "yargs": "^3.18.0",
    "lru-cache": "^4.0.2"
  }
}
