{
  "name": "hash-files",
  "description": "A simple function for computing the hash of the contents of one or more files",
  "contributors": [
    {
      "name": "Mac Angell",
      "email": "mac.ang311@gmail.com"
    }
  ],
  "version": "1.0.0",
  "dependencies": {
    "glob": "3.x.x",
    "read-files": "0.x.x",
    "underscore": "1.x.x",
    "async": "0.x.x"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "jshint": "2.x.x",
    "travis-cov": "0.x.x",
    "blanket": "1.x.x",
    "rewire": "2.x.x",
    "coveralls": "2.x.x",
    "mocha-lcov-reporter": "0.x.x"
  },
  "keywords": [
    "glob",
    "hash",
    "sha1",
    "md5",
    "files",
    "directory",
    "contents",
    "recursive",
    "version",
    "versioning"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "./lib/hash.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mac-/hash-files"
  },
  "scripts": {
    "test": "make test && make test-cov && make test-lcov | ./node_modules/coveralls/bin/coveralls.js"
  },
  "config": {
    "blanket": {
      "pattern": "//^((?!/node_modules/)(?!/test/).)*$/ig",
      "onlyCwd": true,
      "data-cover-flags": {
        "branchTracking": true
      }
    },
    "travis-cov": {
      "threshold": 100
    }
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mac-/hash-files/issues"
  },
  "homepage": "https://github.com/mac-/hash-files",
  "_id": "hash-files@1.0.0",
  "dist": {
    "shasum": "9318b4c39d235f4fa6ead5227a324fd7fd6e3d24",
    "tarball": "http://registry.npmjs.org/hash-files/-/hash-files-1.0.0.tgz"
  },
  "_from": "hash-files@*",
  "_npmVersion": "1.3.23",
  "_npmUser": {
    "name": "mac-",
    "email": "mac.ang311@gmail.com"
  },
  "maintainers": [
    {
      "name": "mac-",
      "email": "mac.ang311@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "9318b4c39d235f4fa6ead5227a324fd7fd6e3d24",
  "_resolved": "https://registry.npmjs.org/hash-files/-/hash-files-1.0.0.tgz"
}
