UNPKG

pb-mongoose-middleware

Version:

Middleware for mongoose that makes filtering, sorting, pagination and projection chainable and simple to apply

36 lines (35 loc) 831 B
{ "name": "pb-mongoose-middleware", "description": "Middleware for mongoose that makes filtering, sorting, pagination and projection chainable and simple to apply", "version": "0.3.0", "scripts": { "test": "gulp test-all" }, "license": "MIT", "devDependencies": { "chai": "^1.10.0", "del": "^1.1.1", "gulp": "^3.8.10", "gulp-coveralls": "^0.1.3", "gulp-istanbul": "^0.5.0", "gulp-jshint": "^1.9.0", "gulp-mocha": "^2.0.0", "jshint-stylish": "^1.0.0", "mongoose": "~3.8.21", "run-sequence": "^1.0.2" }, "keywords": [ "mongo", "mongoose", "mongoose middlware", "mongoose-middleware" ], "repository": { "type": "git", "url": "git@github.com:Palmabit-IT/mongoose-middleware.git" }, "main": "lib", "engines": { "node": ">=0.10.0" } }