UNPKG

infinite-scroll

Version:
51 lines (50 loc) 1.12 kB
{ "name": "infinite-scroll", "version": "5.0.0", "description": "Automatically add next page", "main": "js/index.js", "files": [ "dist", "js" ], "dependencies": { "ev-emitter": "^2.1.0", "fizzy-ui-utils": "^3.0.0" }, "devDependencies": { "ava": "^3.13.0", "eslint": "^7.15.0", "eslint-plugin-metafizzy": "^1.2.1", "imagesloaded": "^4.1.4", "jquery": "^3.5.1", "jquery-bridget": "^3.0.0", "masonry-layout": "^4.2.2", "puppeteer": "^5.5.0", "terser": "^5.5.1" }, "scripts": { "dist": "node bin/build-dist.js", "lint": "npx eslint .", "test": "npm run lint && ava", "version": "node bin/version.js && npm run dist && git add -A . dist" }, "repository": { "type": "git", "url": "git://github.com/metafizzy/infinite-scroll.git" }, "keywords": [ "plugin", "ui", "DOM", "browser" ], "author": "Metafizzy", "license": "MIT", "bugs": { "url": "https://github.com/metafizzy/infinite-scroll/issues" }, "homepage": "https://infinite-scroll.com", "directories": { "test": "test" } }