historical
Version:
A Mongoose plugin that archives document diffs and manages document history.
39 lines (38 loc) • 796 B
JSON
{
"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"
}
}