react-to-target-auto-scroll
Version:
A React auto scroll component which scrolls to a given target position, supports linear and eased scrolling
41 lines (40 loc) • 940 B
JSON
{
"name": "react-to-target-auto-scroll",
"version": "1.0.5",
"description": "A React auto scroll component which scrolls to a given target position, supports linear and eased scrolling",
"main": "dist/index.js",
"scripts": {
"build": "webpack -p"
},
"author": "marciano viereck",
"license": "MIT",
"keywords": [
"react",
"reactjs",
"react-component",
"auto-scroll",
"auto",
"scroll",
"scrolling",
"auto-scrolling",
"scroll-component",
"target-scroll"
],
"devDependencies": {
"babel-core": "~5.8.22",
"babel-eslint": "^4.0.10",
"babel-loader": "~5.3.2",
"es5-shim": "~4.1.10",
"eslint": "^6.3.0",
"eslint-plugin-react": "^2.3.0",
"webpack": "~1.11.0"
},
"dependencies": {
"react": "^15.3.1",
"babel-runtime": "~5.8.20"
},
"repository": {
"type": "git",
"url": "https://github.com/simacan/react-to-target-auto-scroll"
}
}