{
  "name": "jwk-to-pem",
  "version": "2.0.3",
  "description": "Convert a JSON Web Key to a PEM",
  "main": "src/jwk-to-pem.js",
  "files": [
    "LICENSE",
    "README.md",
    "src"
  ],
  "scripts": {
    "check-style": "eslint .",
    "pretest": "npm run check-style",
    "test": "nyc --all --include src -- mocha spec",
    "report-cov": "nyc report --reporter=text-lcov | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Brightspace/node-jwk-to-pem.git"
  },
  "keywords": [
    "jwt",
    "jwk",
    "jwa",
    "jsonwebtoken"
  ],
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Brightspace/node-jwk-to-pem/issues"
  },
  "homepage": "https://github.com/Brightspace/node-jwk-to-pem#readme",
  "dependencies": {
    "asn1.js": "^5.3.0",
    "elliptic": "^6.5.2",
    "safe-buffer": "^5.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.5",
    "eslint": "^6.0.1",
    "eslint-config-brightspace": "^0.6.4",
    "jwa": "^1.1.4",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1"
  }
}
