{
  "name": "node-red-contrib-elliptic-curve-cryptography",
  "version": "0.0.2",
  "description": "Simple ECC cryptography with BIP 39 wordlist",
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "keywords": [
    "node-red",
    "nodered",
    "ecc",
    "sha-256",
    "sha256",
    "eosjs-ecc",
    "eosjsecc",
    "eosjs",
    "elliptic",
    "crypto",
    "hash",
    "crypt",
    "bitcoin",
    "BIP39",
    "bip 39",
    "BIP-39",
    "wordlist",
    "cryptography",
    "ripemd",
    "ripemd160",
    "ripemd-160",
    "hash"
  ],
  "author": "Thomas Wenzlaff",
  "email": "info@wenzlaff.de",
  "url": "http://www.wenzlaff.info/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/IT-Berater/node-red-contrib-elliptic-curve-cryptography"
  },
  "bugs": {
    "url": "https://gitlab.com/IT-Berater/node-red-contrib-elliptic-curve-cryptography/issues"
  },
  "dependencies": {
    "bip39": "3.0.3",
    "eosjs-ecc": "4.0.7"
  },
  "node-red": {
    "nodes": {
      "hash-sha256-hex": "sha256hex.js",
      "bip39 wordlist": "bip39.js"
    }
  }
}
