UNPKG

express-range

Version:

Express REST middleware for Content-Range pagination

43 lines (42 loc) 979 B
{ "name": "express-range", "version": "2.0.1", "description": "Express REST middleware for Content-Range pagination", "main": "index.js", "scripts": { "test": "mocha", "test-bg": "mocha -w" }, "repository": { "type": "git", "url": "git://github.com/purposeindustries/express-range" }, "keywords": [ "express", "content-range", "range", "pagination" ], "author": "Purpose Industries <dev@purposeindustries.co>", "contributors": [ { "name": "Bence Dányi", "email": "bd@purposeindustries.co" } ], "license": "MIT", "bugs": { "url": "https://github.com/purposeindustries/express-range/issues" }, "homepage": "https://github.com/purposeindustries/express-range", "devDependencies": { "express": "^4.6.1", "mocha": "^1.20.1", "should": "^4.0.4", "supertest": "^0.13.0" }, "dependencies": { "http-content-range-format": "^1.0.0", "http-range-parse": "^1.0.0" } }