mongoose-paginator-simple
Version:
Pagination plugin for ORM Mongoose (easy to use, fast, no dependencies and less than 45 lines of code)
45 lines (44 loc) • 1.12 kB
JSON
{
"name": "mongoose-paginator-simple",
"version": "2.0.0",
"description": "Pagination plugin for ORM Mongoose (easy to use, fast, no dependencies and less than 45 lines of code)",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js",
"coverage": "istanbul cover _mocha -- -R spec ./test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raphaelfjesus/mongoose-paginator.git"
},
"keywords": [
"mongoose",
"mongodb",
"pagination",
"paginate",
"paging",
"page",
"sort",
"limit",
"plugin",
"mongoose-paginator",
"mongoose-pagainte",
"mongoose-pager"
],
"author": "Raphael F. Jesus <raphaelfjesus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/raphaelfjesus/mongoose-paginator/issues"
},
"homepage": "https://github.com/raphaelfjesus/mongoose-paginator#readme",
"engines": {
"node": ">=4.1.1"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"mongoose": "^4.4.2"
}
}