{
  "name": "node-red-contrib-cryptography",
  "version": "0.0.4",
  "description": "Simple cryptography, hash with SHA-256 and RIPEMD-160",
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "keywords": [
    "node-red",
    "nodered",
    "sha-256",
    "sha256",
    "crypto",
    "hash",
    "crypt",
    "bitcoin",
    "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-cryptography"
  },
  "bugs": {
    "url": "https://gitlab.com/IT-Berater/node-red-contrib-cryptography/issues"
  },
  "node-red": {
    "nodes": {
      "hash-sha256": "aes256/sha256.js",
      "hash-ripemd-160": "ripemd160/ripemd160.js"
    }
  }
}
