mongoose-rest-actions
Version:
mongoose rest actions on top of express
81 lines (80 loc) • 1.97 kB
JSON
{
"name": "mongoose-rest-actions",
"version": "0.30.6",
"description": "mongoose rest actions on top of express",
"keywords": [
"lykmapipo",
"mongoose",
"mongoose-plugin",
"express",
"connect",
"blueprints",
"rest",
"actions",
"get",
"post",
"put",
"patch",
"delete",
"search",
"stale",
"fresh"
],
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-rest-actions.git"
},
"author": {
"name": "lykmapipo",
"email": "lallyelias87@gmail.com",
"url": "https://github.com/lykmapipo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-rest-actions/issues"
},
"homepage": "https://github.com/lykmapipo/mongoose-rest-actions",
"contributors": [
{
"name": "lykmapipo",
"github": "https://github.com/lykmapipo"
}
],
"devDependencies": {
"@lykmapipo/mongoose-test-helpers": ">=0.8.4",
"cryptiles": "^4.1.3",
"grunt": "^1.2.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"handlebars": "^4.7.6",
"js-beautify": "^1.11.0",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"mocha": "^8.1.1",
"mongoose": ">=5.9.28",
"shelljs": "^0.8.4"
},
"peerDependencies": {
"mongoose": ">=5.9.28"
},
"dependencies": {
"@lykmapipo/common": ">=0.38.2",
"@lykmapipo/include": ">=0.2.10",
"@lykmapipo/mongoose-aggregatable": ">=0.3.9",
"@lykmapipo/mongoose-common": ">=0.38.4",
"@lykmapipo/mongoose-faker": ">=0.10.26",
"@lykmapipo/mongoose-taggable": ">=0.4.35",
"async": ">=3.2.0",
"inflection": ">=1.12.0",
"lodash": ">=4.17.19",
"mongoose-autopopulate": ">=0.12.2",
"mongoose-exists": ">=0.9.22",
"mongoose-hidden": ">=1.9.0",
"mongoose-regex-search": ">=0.8.30"
}
}