{
  "name": "hashr",
  "version": "1.0.2",
  "description": "Simple module for simplifying hashing of values",
  "main": "index.js",
  "scripts": {
    "test": "node ./tests"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/MauriceButler/hashr.git"
  },
  "keywords": [
    "hash",
    "hasher",
    "sha1",
    "md4",
    "md5",
    "sha256",
    "sha512",
    "sha",
    "dsa",
    "cryptr"
  ],
  "author": "Maurice Butler <maurice.butler@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MauriceButler/hashr/issues"
  },
  "homepage": "https://github.com/MauriceButler/hashr",
  "devDependencies": {
    "grape": "^0.1.10",
    "mockery": "^1.4.0"
  }
}
