{
  "name": "@vostokplatform/crypto-gost-js",
  "version": "2.0.1",
  "description": "Pure Javascript implementation of WebCrypto API interfaces and Public Key Infrastructure for GOST algorithms (Russian Cryptographic Standards)",
  "main": "dist/CryptoGost.min.js",
  "scripts": {
    "test": "./node_modules/.bin/webpack-dev-server --config config/webpack.test.js --mode development --hot --open --port 8080",
    "test-node": "npm run build && node dist/CryptoGost-test",
    "build": "./node_modules/.bin/webpack --config config/webpack.prod.js --colors --display-error-details --mode=production",
    "serve": "./node_modules/.bin/webpack-dev-server --mode development --hot --progress --host 0.0.0.0 --port 8080",
    "prepublish": "npm run build && npm run test-node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vostokplatform/crypto.git"
  },
  "keywords": [
    "GOST",
    "cryptography"
  ],
  "author": "Waves Platform",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vostokplatform/crypto/issues"
  },
  "homepage": "https://github.com/vostokplatform/crypto#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "html-webpack-plugin": "^3.2.0",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.8",
    "webpack-dev-server": "^3.1.4",
    "webpack-merge": "^4.1.3"
  }
}
