{
  "name": "@trust/keychain",
  "version": "0.1.2",
  "description": "KeyChain for use with Web Cryptography API in Node.js",
  "main": "src/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test",
    "jsdoc": "jsdoc -c jsdoc.json -r"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/anvilresearch/keychain.git"
  },
  "author": "",
  "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/keychain/issues"
  },
  "homepage": "https://github.com/anvilresearch/keychain#README",
  "dependencies": {
    "@trust/webcrypto": ">=0.2.1",
    "base64url": "^2.0.0"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "dirty-chai": "^2.0.0",
    "mocha": "^3.4.2"
  }
}
