{
  "name": "recursive-sha256",
  "version": "1.0.1",
  "description": "Functions to return sha256 of folder contents or files or just what has changed",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "sha256",
    "recursive",
    "directory"
  ],
  "author": "Ivan Kluzak",
  "license": "ISC",
  "dependencies": {
    "async": "^2.5.0",
    "sqlite3": "^3.1.13"
  }
}
