mongoose-disable-remove
Version:
A plugin that will disable remove functions for mongoose models
39 lines (38 loc) • 1.07 kB
JSON
{
"name": "mongoose-disable-remove",
"version": "1.0.1",
"description": "A plugin that will disable remove functions for mongoose models",
"main": "index.js",
"scripts": {
"test": "mocha",
"pretest": "npm run lint",
"lint": "standard --env mocha",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec test/**/*.js && npm run coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isayme/mongoose-disable-remove.git"
},
"keywords": [
"mongoose",
"plugin",
"remove",
"mongooseplugin"
],
"author": "iSayme <isaymeorg@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/isayme/mongoose-disable-remove/issues"
},
"homepage": "https://github.com/isayme/mongoose-disable-remove#readme",
"devDependencies": {
"bluebird": "^3.5.0",
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mongoose": "^4.9.3",
"power-assert": "^1.4.2",
"standard": "^10.0.1"
}
}