{
  "name": "historical",
  "description": "A Mongoose plugin that archives document diffs and manages document history.",
  "homepage": "https://github.com/stennettm/historical",
  "keywords": [
    "mongoose",
    "history",
    "document",
    "restore",
    "revert",
    "recover"
  ],
  "author": "Matthew R. Stennett <matt@hyperhedronsystems.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/stennettm/historical.git"
  },
  "main": "historical.js",
  "version": "2.0.0",
  "dependencies": {
    "lodash": "^4.17.5",
    "mongoose": "^5.3.15"
  },
  "peerDependencies": {
    "mongoose": "^5.3.1"
  },
  "license": "MIT",
  "files": [
    "historical.js",
    "LICENSE"
  ],
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^2.3.4"
  }
}
