{
  "name": "monrule",
  "version": "1.0.3",
  "description": "A simple cache to persist expensive function results",
  "main": "./lib/index.js",
  "scripts": {
    "pretest": "npm run lint",
    "test": "nyc ./node_modules/ava/cli.js",
    "watch": "NODE_DEBUG=cache,store node ./node_modules/ava/cli.js --watch",
    "report": "nyc ./node_modules/ava/cli.js --reporter=html",
    "lint": "./node_modules/xo/cli.js"
  },
  "ava": {
    "files": [
      "test/**/*.js"
    ],
    "failFast": true
  },
  "author": "Michael Krone <michael.krone@outlook.com>",
  "license": "ISC",
  "devDependencies": {
    "ava": "^0.14.0",
    "mongoose": "^4.4.6",
    "nyc": "^6.2.1",
    "sinon": "^1.17.3",
    "xo": "^0.14.0"
  },
  "dependencies": {
    "co": "^4.6.0",
    "mongoose-timestamp-plugin": "0.0.1",
    "object-hash": "^1.1.2"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelkrone/monrule.git"
  },
  "bugs": {
    "url": "https://github.com/michaelkrone/monrule/issues"
  },
  "homepage": "https://github.com/michaelkrone/monrule#readme",
  "keywords": [
    "cache",
    "function",
    "result",
    "database",
    "cache function call",
    "mongoose"
  ]
}
