{
  "name": "oidc-client-node",
  "version": "1.0.10",
  "description": "OpenID Connect (OIDC) node.js library",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/edwinf/oidc-client-node.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/edwinf/oidc-client-node/issues"
  },
  "dependencies": {
    "bluebird": "^2.9.34",
    "cookies": "^0.5.0",
    "crypto-js": "^3.1.5",
    "jsrsasign": "^4.8.3",
    "request-promise": "^0.4.2",
    "url": "^0.10.3"
  }
}
