{
  "name": "oidc-op",
  "version": "0.0.0",
  "description": "OpenID Connect Provider",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test -w",
    "jsdoc": "jsdoc -c jsdoc.json -r"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anvilresearch/oidc-op.git"
  },
  "author": "Anvil Research, Inc.",
  "contributors": [
    {
      "name": "Christian Smith",
      "email": "smith@anvil.io",
      "url": "http://anvil.io"
    },
    {
      "name": "Greg Linklater",
      "email": "greglink49@gmail.com",
      "url": "https://github.com/EternalDeiwos"
    },
    {
      "name": "Dmitri Zagidulin",
      "url": "https://github.com/dmitrizagidulin/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anvilresearch/oidc-op/issues"
  },
  "homepage": "https://github.com/anvilresearch/oidc-op#README",
  "dependencies": {
    "base64url": "^2.0.0",
    "jose": "git://github.com/anvilresearch/jose.git#rc-005",
    "json-document": "git://github.com/anvilresearch/json-document.git#rc-002",
    "keychain": "git://github.com/anvilresearch/keychain.git#rc-001",
    "pem-jwk": "^1.5.1",
    "qs": "^6.2.0",
    "webcrypto": "git://github.com/anvilresearch/webcrypto.git#master"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "node-mocks-http": "^1.5.5",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  }
}
