UNPKG

autoscroll

Version:

A utility for auto-scroll when almost reach boundary

41 lines (40 loc) 1.07 kB
{ "name": "autoscroll", "version": "0.2.1", "description": "A utility for auto-scroll when almost reach boundary", "keywords": [ "auto-scroll", "scroll" ], "author": "Mark Lin <marklin1106@gmail.com>", "license": "MIT", "main": "lib/autoScroll.js", "repository": { "type": "git", "url": "git@github.com:seawind543/autoScroll.git" }, "bugs": { "url": "https://github.com/seawind543/autoScroll/issues" }, "homepage": "https://github.com/seawind543/autoScroll", "scripts": { "build": "babel src --out-dir lib", "clean": "rm -f {lib}/*", "prepublish": "npm run lint && npm run clean && npm run build", "lint": "eslint ./src", "lint:fix": "eslint --fix ./src" }, "dependencies": { "lodash.throttle": "4.1.1" }, "devDependencies": { "babel-cli": "6.26.0", "babel-eslint": "8.2.3", "babel-polyfill": "6.26.0", "babel-preset-es2015": "6.24.1", "babel-register": "6.26.0", "eslint": "4.19.1", "eslint-plugin-import": "2.12.0", "eslint-config-airbnb-base": "13.0.0" } }