{
  "name": "@trust/keyto",
  "version": "1.0.1",
  "description": "A utility for translating cryptographic keys between representations",
  "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/EternalDeiwos/keyto.git"
  },
  "keywords": [
    "PEM",
    "JWK",
    "Webcrypto",
    "JOSE"
  ],
  "contributors": [
    {
      "name": "Greg Linklater",
      "email": "greg@gryphus.io"
    },
    {
      "name": "JC Bailey",
      "email": "jcbailey1991@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EternalDeiwos/keyto/issues"
  },
  "homepage": "https://github.com/EternalDeiwos/keyto#readme",
  "devDependencies": {
    "chai": "^4.0.2",
    "codecov": "^3.0.2",
    "glob": "^7.1.2",
    "jsdoc": "^3.6.3",
    "mocha": "^5.2.0",
    "nyc": "^14.1.1"
  },
  "dependencies": {
    "asn1.js": "^5.2.0",
    "base64url": "^3.0.1",
    "elliptic": "^6.5.2"
  }
}
