0xc14m1z/express-pagination

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@0xc14m1z/express-pagination",
  "version": "1.1.7",
  "description": "Configurable ExpressJS pagination middleware.",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --exit",
    "test:coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "test:watch": "npm test -- --watch"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.2.1",
    "coveralls": "^3.0.2",
    "express": "^4.16.4",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "sinon": "^7.2.3"
  },
  "author": "0xc14m1z <0xc14m1z@gmail.com>",
  "homepage": "https://github.com/0xc14m1z/express-pagination#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xc14m1z/express-pagination.git"
  },
  "keywords": [
    "node",
    "express",
    "middleware",
    "pagination"
  ]
}