{
  "name": "raptor-cache",
  "description": "Efficient JavaScript cache implementation that is safe for concurrent reads and writes",
  "keywords": [
    "cache",
    "multi-process",
    "concurrent"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/raptorjs/raptor-cache.git"
  },
  "scripts": {
    "test": "nyc node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/eslint lib/ test/"
  },
  "author": "Patrick Steele-Idem <pnidem@gmail.com>",
  "contributors": [
    "Patrick Steele-Idem <pnidem@gmail.com>",
    "Phillip Gates-Idem <phillip.idem@gmail.com>"
  ],
  "maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
  "dependencies": {
    "mkdirp": "^3.0.1",
    "property-handlers": "^1.1.1",
    "raptor-async": "^1.1.3",
    "raptor-dissolve": "^1.0.0",
    "raptor-logging": "^1.1.3",
    "raptor-util": "^1.1.2",
    "through": "^2.3.8",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2"
  },
  "license": "Apache-2.0",
  "bin": {},
  "main": "lib/raptor-cache.js",
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "version": "2.0.5"
}
