{
  "name": "cache-point",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "2.0.0",
  "description": "Simple, filesystem-backed memoisation cache.",
  "repository": "https://github.com/75lb/cache-point",
  "license": "MIT",
  "keywords": [
    "memoisation",
    "memoization",
    "cache",
    "file",
    "store"
  ],
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "test-runner test/*.js",
    "docs": "jsdoc2md -t README.hbs index.js > README.md"
  },
  "devDependencies": {
    "jsdoc-to-markdown": "^5.0.3",
    "test-runner": "~0.8.7"
  },
  "dependencies": {
    "array-back": "^4.0.1",
    "fs-then-native": "^2.0.0",
    "mkdirp2": "^1.0.4"
  },
  "files": [
    "index.js"
  ]
}
