UNPKG

mongoose-deleted

Version:

a soft-delete implementation utilizing mongoose middleware

33 lines (32 loc) 738 B
{ "name": "mongoose-deleted", "version": "1.5.0", "description": "a soft-delete implementation utilizing mongoose middleware", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/weisjohn/mongoose-deleted.git" }, "keywords": [ "mongoose", "soft-delete", "deleted", "delete", "soft", "plugins" ], "author": "John Weis <weis.john@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/weisjohn/mongoose-deleted/issues" }, "homepage": "https://github.com/weisjohn/mongoose-deleted#readme", "devDependencies": { "async": "^1.4.0", "lodash": "^3.10.1", "mongoose": "^4.0.8" } }