UNPKG

react-spark-scroll

Version:
36 lines (35 loc) 754 B
{ "name": "react-spark-scroll", "version": "4.0.0", "description": "Scroll-based animation and actions for React", "main": "lib", "repository": { "type": "git", "url": "https://github.com/gilbox/react-spark-scroll.git" }, "homepage": "https://github.com/gilbox/react-spark-scroll/blob/latest/README.md", "bugs": "https://github.com/gilbox/react-spark-scroll/issues", "authors": [ "Gil Birman" ], "license": "MIT", "peerDependencies": { "react": "^15.5.4" }, "dependencies": { "animation-frame": "^0.3.0", "events": "^1.0.2", "lodash": "^3.10.1" }, "tags": [ "react", "scroll" ], "keywords": [ "react", "react-component", "scroll", "scrolling", "animation" ] }