{
  "name": "mongoose-document-history",
  "version": "0.0.1",
  "description": "Manage Mongo Collection diff History and versions",
  "main": "diffHistoryModel.js",
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mimani/mongoose-diff-history"
  },
  "dependencies": {
    "async": "*",
    "jsondiffpatch": "0.1.38"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "istanbul": "^0.4.4",
    "mongoose": "~4.1.12"
  },
  "scripts": {
    "test": "istanbul cover --report lcov  _mocha tests --recursive"
  },
  "engines": {
    "node": "*"
  },
  "keywords": [
    "mongoose",
    "audit",
    "oplog",
    "diff",
    "history",
    "versioning"
  ],
  "bugs": {
    "url": "https://github.com/mimani/mongoose-diff-history/issues"
  },
  "license": "GPL-2.0"
}
