{
  "name": "crc-hash",
  "description": "A Crypto Hash (Stream) implementation for the CRC algorithm.",
  "version": "0.2.2",
  "homepage": "https://github.com/DavidAnson/crc-hash",
  "author": {
    "name": "David Anson",
    "url": "http://dlaa.me/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DavidAnson/crc-hash.git"
  },
  "bugs": {
    "url": "https://github.com/DavidAnson/crc-hash/issues"
  },
  "license": "MIT",
  "main": "crc-hash.js",
  "scripts": {
    "test": "nodeunit",
    "test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit"
  },
  "dependencies": {
    "crc": "^3.2.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^6.0.0",
    "istanbul": "^0.3.5",
    "nodeunit": "^0.9.0"
  },
 "keywords": [
    "crc",
    "hash",
    "crypto",
    "stream",
    "cyclic",
    "redundancy",
    "check"
  ]
}
