{
  "name": "mf-mongoose-audittrail",
  "version": "1.0.5",
  "description": "Track dates and users of every create or update operation. Compare versions of documents.",
  "main": "src/index.js",
  "scripts": {
    "test": "node --debug-brk lib/examples/app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MEANFactory/mf-mongoose-audittrail.git"
  },
  "keywords": [
    "mongoose",
    "audit",
    "trail",
    "audit-trail"
  ],
  "author": {
    "name": "MEAN Factory",
    "email": "support@meanfactory.com",
    "url": "http://www.meanfactory.com/"
  },
  "contributors": [
    {
      "name": "Fred Lackey",
      "email": "fred.lackey@gmail.com",
      "url": "http://www.fredlackey.com/"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/MEANFactory/mf-mongoose-audittrail/issues"
  },
  "homepage": "https://github.com/MEANFactory/mf-mongoose-audittrail#readme",
  "dependencies": {
    "mf-utils-node": ">=1.0.6",
    "mongoose": "^4.11.4"
  },
  "devDependencies": {
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.7.0",
    "gulp-filter": "^5.0.0",
    "gulp-header": "1.8.9",
    "gulp-if": "^2.0.2",
    "gulp-jscs": "^4.0.0",
    "gulp-jshint": "^2.0.4",
    "gulp-load-plugins": "^1.5.0",
    "gulp-nodemon": "^2.2.1",
    "gulp-plumber": "^1.1.0",
    "gulp-print": "^2.0.1",
    "gulp-rev": "^8.0.0",
    "gulp-rev-replace": "^0.4.3",
    "gulp-task-listing": "^1.0.1",
    "gulp-uglify": "^3.0.0",
    "gulp-useref": "^3.1.2",
    "gulp-util": "^3.0.8",
    "jshint": "^2.9.5",
    "jshint-stylish": "^2.2.1",
    "merge-stream": "^1.0.1",
    "uuid": "^3.1.0",
    "yargs": "^8.0.2"
  },
  "paths": {
    "build": "./build/",
    "root": "./",
    "temp": "./tmp/"
  }
}
