UNPKG

react-animated-css

Version:

React component to show or hide elements with animations using [Animated.css](https://daneden.github.io/animate.css/)

48 lines (47 loc) 1.43 kB
{ "name": "react-animated-css", "version": "1.2.1", "description": "React component to show or hide elements with animations using [Animated.css](https://daneden.github.io/animate.css/)", "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "compile": "babel -d lib/ src/ --no-comments", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/digital-flowers/react-animated-css.git" }, "keywords": [ "react", "animated", "animation", "animated.css" ], "author": "Fareed Alnamrouti <digital.flowers@hotmail.com>", "contributors": [ "Noam Gabriel Jacobson <noam.jacobson@gmail.com> (https://github.com/JaysQubeXon)", "Mohamed Feddad <mrf345@gmail.com> (https://github.com/mrf345)", "Manu (https://github.com/manu-st)" ], "license": "ISC", "bugs": { "url": "https://github.com/digital-flowers/react-animated-css/issues" }, "homepage": "https://github.com/digital-flowers/react-animated-css#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", "classnames": "^2.2.5", "lodash": "^4.17.11", "prop-types": "^15.5.10", "react": "^15.6.1" } }