UNPKG

paginator

Version:

Generic pagination algorithm wrapped in a CommonJS module

23 lines (22 loc) 538 B
{ "name": "paginator", "description": "Generic pagination algorithm wrapped in a CommonJS module", "version": "1.0.0", "author": { "name": "Conrad Pankoff", "email": "deoxxa@fknsrs.biz", "url": "http://www.fknsrs.biz/" }, "url": "http://github.com/deoxxa/paginator", "license": "MIT", "repository": { "type":"git", "url":"git://github.com/deoxxa/paginator.git" }, "keywords": [ "paginator", "pagination", "pages" ], "main": "./index", "scripts": { "pre-publish": "docco index.js" } }