UNPKG

mongoosejs-soft-delete

Version:
32 lines (31 loc) 812 B
{ "name": "mongoosejs-soft-delete", "version": "1.0.2", "description": "Plugin for mongoose soft delete", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha \"test/**/*.@(js)\" --no-deprecation --reporter spec --exit" }, "repository": { "type": "git", "url": "git+https://github.com/passionInfinite/mongoosejs-soft-delete.git" }, "keywords": [ "mongoose", "soft", "delete", "mongoose-soft-delete", "soft-delete" ], "author": "passioninfinite", "license": "MIT", "bugs": { "url": "https://github.com/passionInfinite/mongoosejs-soft-delete/issues" }, "homepage": "https://github.com/passionInfinite/mongoosejs-soft-delete#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0", "mongoose": "^5.3.13" } }