UNPKG

react-scroll-effects

Version:

React component to animate elements on scroll with animate.css

42 lines (41 loc) 987 B
{ "name": "react-scroll-effects", "version": "1.0.13", "description": "React component to animate elements on scroll with animate.css", "main": "dist/scrollEffects.min.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/anorudes/React-Scroll-Effect.git" }, "keywords": [ "reactScrollEffects", "react", "reactJS", "react-component", "animate", "scroll" ], "author": "anorudes", "license": "ISC", "bugs": { "url": "https://github.com/anorudes/React-Scroll-Effect/issues" }, "homepage": "https://github.com/anorudes/React-Scroll-Effect", "peerDependencies": { "classnames": "^2.2.5", "react": "^15.4.1" }, "devDependencies": { "babelify": "^6.1.2", "gulp": "^3.9.1", "gulp-babel": "^5.1.0", "gulp-concat": "^2.6.0", "gulp-uglifyjs": "^0.6.2" }, "dependencies": { "lodash.throttle": "^4.1.1" } }