{
  "name": "borschik-hash",
  "version": "1.1.1",
  "description": "Borschik hash function to freeze files",
  "license": "MIT",
  "repository": "borschik/borschik-hash",
  "author": "Andrew Abramov <mail@blond.im> (github.com/blond)",
  "keywords": [
    "borschik",
    "hash",
    "freeze",
    "files",
    "crypto",
    "sha1",
    "base64"
  ],
  "main": "index.js",
  "bin": {
    "borschik-hash": "bin/cli.js"
  },
  "files": [
    "bin/**",
    "lib/**",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.10"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.6.0",
    "eslint-config-pedant": "^0.8.0",
    "mocha": "^3.2.0",
    "nyc": "^10.1.2"
  },
  "scripts": {
    "pretest": "npm run lint",
    "test": "npm run unit-test",
    "lint": "eslint .",
    "unit-test": "mocha test",
    "cover": "nyc mocha test"
  }
}
