UNPKG

@bc443e/mongoose-diff-history

Version:

Manage Mongo Collection diff History and versions. Forked from mongoose-diff-history

65 lines (64 loc) 1.86 kB
{ "name": "@bc443e/mongoose-diff-history", "version": "2.4.4", "description": "Manage Mongo Collection diff History and versions. Forked from mongoose-diff-history", "main": "index.js", "directories": { "example": "example", "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/bc443e/mongoose-diff-history.git" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "dependencies": { "deep-empty-object": "^1.0.5", "jsondiffpatch": "^0.1.38", "lodash": "^4.17.15", "omit-deep": "git://github.com/izigibran/omit-deep.git#0.4.0", "power-assign": "^0.2.10" }, "devDependencies": { "bluebird": "^3.5.1", "chai": "^3.5.0", "commitlint": "^8.3.5", "husky": "^4.2.5", "istanbul": "^0.4.5", "mocha": "^2.5.3", "mongoose": "^4.13.9", "prettier": "^2.0.5", "pretty-quick": "^2.0.1", "standard-version": "^7.1.0" }, "scripts": { "test": "istanbul cover --report lcov _mocha tests --recursive", "release": "standard-version", "publishPackage": "git push --follow-tags origin master && npm publish --access public" }, "contributors": [ "Brandon Canaday <bc443e@att.com>", "George Li <georgejdli@gmail.com>" ], "engines": { "node": "*" }, "keywords": [ "mongoose", "audit", "oplog", "diff", "history", "versioning" ], "bugs": { "url": "https://github.com/bc443e/mongoose-diff-history/issues" }, "license": "GPL-2.0", "homepage": "https://github.com/bc443e/mongoose-diff-history#readme" }