react-animated-css-onscroll
Version:
React component to show or hide elements with animations when they are visible to the screen using [Animated.css](https://daneden.github.io/animate.css/)
41 lines (40 loc) • 1.27 kB
JSON
{
"name": "react-animated-css-onscroll",
"version": "1.2.1",
"description": "React component to show or hide elements with animations when they are visible to the screen using [Animated.css](https://daneden.github.io/animate.css/)",
"main": "./lib/index.js",
"scripts": {
"compile": "babel -d lib/ src/ --no-comments",
"prepublish": "npm run compile"
},
"repository": "git+https://github.com/digital-flowers/react-animated-css-onscroll.git",
"keywords": [
"react",
"animated",
"animation",
"animated.css",
"onscroll"
],
"author": "Fareed Alnamrouti <digital.flowers@hotmail.com>",
"contributors": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/digital-flowers/react-animated-css-onscroll/issues"
},
"homepage": "https://github.com/digital-flowers/react-animated-css-onscroll#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"browser-or-node": "^1.0.2",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-animated-css": "^1.2.1"
}
}