{
  "name": "hashed-fs",
  "version": "2.1.1",
  "description": "Handle file system with content hashing",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-hashed-fs.git"
  },
  "keywords": [
    "hashed-fs",
    "fs",
    "file",
    "system",
    "hashed",
    "crypto",
    "cache"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-hashed-fs/issues"
  },
  "devDependencies": {
    "chai": "*",
    "minimist": "^1.2.0",
    "mocha": "*",
    "once": "^1.3.2",
    "spawns": "^1.0.1",
    "tmp": "0.0.28"
  },
  "dependencies": {
    "async": "^1.5.0",
    "async-cache": "^1.0.0",
    "clone": "^1.0.2",
    "fs-extra": "^0.24.0",
    "graceful-fs": "^4.1.2",
    "lrucache": "^0.3.0",
    "make-array": "^0.1.2",
    "object-access": "^1.0.4",
    "wrap-as-async": "^1.0.4"
  }
}
