UNPKG

infinite-table

Version:

Editable infinite scrolling table

38 lines (37 loc) 793 B
{ "name": "infinite-table", "version": "1.0.2", "description": "Editable infinite scrolling table", "main": "js/infiniteScroll.js", "bin": { "infinite-table": "js/infiniteScroll.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/baao/infinite-table.git" }, "keywords": [ "table", "infinite-scroll", "infinite", "infinite-table", "scroll", "pagination" ], "author": "Michael", "license": "MIT", "dependencies": { "bluebird": "^2.10.1", "lodash": "*" }, "devDependencies": { "chai": "*" }, "bugs": { "url": "https://github.com/baao/infinite-table/issues" }, "homepage": "https://github.com/baao/infinite-table" }