{
  "name": "@trust/jwk",
  "version": "0.3.3",
  "description": "JSON Web Key for JavaScript",
  "main": "src/index.js",
  "scripts": {
    "test": "nyc _mocha test",
    "jsdoc": "jsdoc -c jsdoc.json -r",
    "coverage": "nyc --reporter=lcov _mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anvilresearch/jwk.git"
  },
  "keywords": [
    "JWK",
    "JOSE"
  ],
  "author": "MIT Connection Science",
  "contributors": [
    {
      "name": "Christian Smith",
      "email": "smith@anvil.io",
      "url": "http://anvil.io"
    },
    {
      "name": "Greg Linklater",
      "email": "greg@gryphus.io",
      "url": "https://github.com/EternalDeiwos"
    },
    {
      "name": "Dmitri Zagidulin",
      "url": "https://github.com/dmitrizagidulin"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anvilresearch/jwk/issues"
  },
  "homepage": "https://github.com/anvilresearch/jwk#readme",
  "devDependencies": {
    "chai": "^4.1.1",
    "chai-as-promised": "^7.1.1",
    "codecov": "^2.3.0",
    "jsdoc": "^3.5.4",
    "mocha": "^3.5.0",
    "nock": "^9.0.14",
    "nyc": "^11.1.0",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.12.0"
  },
  "dependencies": {
    "@trust/jwa": "^0.4.6",
    "@trust/webcrypto": "^0.5.0",
    "base64url": "^2.0.0",
    "node-fetch": "^1.7.2",
    "sift": "^5.0.0"
  }
}
