{
  "name": "dashmachine-crypto",
  "version": "1.0.0",
  "description": "encryption utility library for message sending on Dash Platform",
  "main": "src/dashmachine-crypto.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --progress --colors",
    "start": "webpack-dev-server --progress --colors",
    "docs:readme": "documentation readme src/dashmachine-crypto.js --section=Documentation"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashmachine/dashmachine-crypto.git"
  },
  "keywords": [
    "Dash",
    "Dash Platform",
    "DApp"
  ],
  "bugs": {
    "url": "https://github.com/dashmachine/dashmachine-crypto/issues"
  },
  "homepage": "https://github.com/dashmachine/dashmachine-crypto#readme",
  "author": "dashmachine",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.9.6",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.0.0-beta.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "@babel/plugin-transform-runtime": "^7.9.6",
    "@babel/runtime": "^7.9.6",
    "bitcore-ecies-dash": "^1.0.4",
    "dash": "^3.0.2",
    "dashcore-lib": "^8.2.3"
  }
}
