{
  "name": "sha512",
  "version": "0.0.1",
  "description": "SHA 512 secure hashing algorithm",
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cryptocoinjs/sha512"
  },
  "keywords": [
    "sha512",
    "sha",
    "crypto",
    "cryptography",
    "hmac",
    "hash"
  ],
  "author": "",
  "license": "BSD3",
  "devDependencies": {
    "terst": "^0.1.0",
    "mocha": "^1.18.2",
    "mochify": "^0.8.2"
  }
}
