{
  "name": "fs-blob-store",
  "version": "6.0.0",
  "description": "blob store that stores blobs on the local file system",
  "main": "index.js",
  "dependencies": {
    "duplexify": "^4.1.1",
    "end-of-stream": "^1.4.4",
    "lru-cache": "^6.0.0",
    "mkdirp-classic": "^0.5.3"
  },
  "devDependencies": {
    "abstract-blob-store": "^3.3.5",
    "rimraf": "^3.0.2",
    "tape": "^5.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/fs-blob-store.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/fs-blob-store/issues"
  },
  "homepage": "https://github.com/mafintosh/fs-blob-store",
  "scripts": {
    "test": "tape test.js"
  },
  "keywords": [
    "blob",
    "store",
    "fs",
    "file",
    "system",
    "local"
  ]
}
