{
  "name": "sha256",
  "version": "0.2.0",
  "description": "Compute SHA256 of bytes or strings.",
  "keywords": [
    "string",
    "strings",
    "sha256",
    "bytes",
    "cryptography"
  ],
  "devDependencies": {
    "mocha": "1.*",
    "terst": "0.0.1"
  },
  "repository": {
    "url": "https://github.com/cryptocoinjs/sha256",
    "type": "git"
  },
  "main": "./lib/nodecrypto.js",
  "browser": "./lib/sha256.js",
  "dependencies": {
    "convert-hex": "~0.1.0",
    "convert-string": "~0.1.0"
  },
  "scripts": {
    "test": "mocha"
  }
}
