mongoose-diff-tracking
Version:
Manage Mongo Collection diff History and versions
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "mongoose-diff-tracking",
"version": "1.6.2",
"description": "Manage Mongo Collection diff History and versions",
"main": "diffHistoryModel.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/aigoteamvn/mongoose-diff-history"
},
"dependencies": {
"deep-empty-object": "^1.0.5",
"jsondiffpatch": "^0.1.38",
"lodash.pick": "^4.4.0",
"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",
"istanbul": "^0.4.5",
"mocha": "^2.5.3",
"mongoose": "^4.13.9"
},
"scripts": {
"test": "istanbul cover --report lcov _mocha tests --recursive"
},
"contributors": [
{
"name": "aigoteamvn",
"email": "aigoteamvn@gmail.com"
}
],
"engines": {
"node": "*"
},
"keywords": [
"mongoose",
"audit",
"oplog",
"diff",
"history",
"versioning"
],
"bugs": {
"url": "https://github.com/mimani/mongoose-diff-tracking/issues"
},
"license": "GPL-2.0"
}