{
  "name": "sha",
  "version": "2.0.1",
  "description": "Check and get file hashes",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/sha.git"
  },
  "license": "(BSD-2-Clause OR MIT)",
  "dependencies": {
    "graceful-fs": "^4.1.2"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  }
}