{
  "name": "node-gost-crypto",
  "version": "1.0.2",
  "description": "Node.js implementation of WebCrypto API interfaces and Public Key Infrastructure for GOST algorithms (Russian Cryptographic Standards)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/myadzel/node-gost-crypto.git"
  },
  "author": "Alexander Myadzel <myadzel@gmail.com>",
  "license": "MIT",
  "keywords": [
    "gost",
    "crypto",
    "digest",
    "streebog",
    "md_gost94",
    "streebog256",
    "streebog512"
  ],
  "scripts": {
    "lint": "eslint lib"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "eslint": "^7.5.0",
    "eslint-plugin-babel": "^5.3.1"
  },
  "bugs": {
    "url": "https://github.com/myadzel/node-gost-crypto/issues"
  },
  "homepage": "https://github.com/myadzel/node-gost-crypto#readme",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "dependencies": {}
}
