{"_id":"react-wow","_rev":"2922887","name":"react-wow","description":"Using CSS animation in your react components.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"skyvow","email":"724355924@qq.com"}],"time":{"modified":"2023-02-23T10:12:35.000Z","created":"2018-05-18T07:15:45.822Z","1.0.0":"2018-05-18T07:15:45.822Z"},"users":{},"author":{"name":"skyvow"},"repository":{"type":"git","url":"git+https://github.com/skyvow/react-wow.git"},"versions":{"1.0.0":{"name":"react-wow","version":"1.0.0","description":"Using CSS animation in your react components.","main":"./dist/index.js","dependencies":{"classnames":"^2.2.5","prop-types":"^15.5.10","react":"^16.0.0","react-addons-css-transition-group":"^15.5.2","react-dom":"^16.0.0","react-router":"^3.0.5"},"devDependencies":{"autoprefixer":"^6.7.7","babel":"^6.23.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-loader":"^6.4.1","babel-preset-es2015":"^6.24.1","babel-preset-react":"^6.24.1","babel-preset-stage-2":"^6.24.1","chai":"^3.5.0","clean-webpack-plugin":"^0.1.16","compression-webpack-plugin":"^0.4.0","copy-webpack-plugin":"^4.0.1","cross-env":"^1.0.8","css-loader":"^0.23.1","eslint":"^3.19.0","eslint-config-standard":"^10.2.1","eslint-config-standard-react":"^5.0.0","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.0","eslint-plugin-promise":"^3.5.0","eslint-plugin-react":"^7.1.0","eslint-plugin-standard":"^3.0.1","extract-text-webpack-plugin":"^1.0.1","file-loader":"^0.8.5","gh-pages":"^1.1.0","happypack":"^3.1.0","html-webpack-plugin":"^2.28.0","istanbul":"~0.4.5","istanbul-instrumenter-loader":"^0.2.0","karma":"^0.13.22","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-coverage":"^0.5.5","karma-coveralls":"^1.1.2","karma-firefox-launcher":"^1.0.1","karma-mocha":"^0.2.2","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","lodash":"^4.17.4","mocha":"^5.1.1","open-browser-webpack-plugin":"^0.0.1","os":"^0.1.1","postcss-atroot":"^0.1.3","postcss-conditionals":"^2.1.0","postcss-custom-media":"^5.0.1","postcss-each":"^0.9.3","postcss-extend":"^1.0.5","postcss-for":"^2.1.1","postcss-import":"^8.2.0","postcss-loader":"^0.8.2","postcss-mixins":"^4.0.2","postcss-nested":"^1.0.1","postcss-simple-vars":"^2.0.0","postcss-sprites":"^3.3.0","raw-loader":"^0.5.1","style-loader":"^0.13.2","uglify-loader":"^1.4.0","url-loader":"^0.5.8","webpack":"^1.15.0","webpack-dev-server":"^1.16.5"},"scripts":{"start":"cross-env NODE_ENV=development webpack-dev-server --progress --colors","lint":"eslint --fix --ext .js example","dll":"webpack --config ./webpack.dll.config.babel.js","build":"cross-env NODE_ENV=production webpack --progress --colors","dist":"babel src/ --out-dir dist/","test":"karma start test/karma.conf.js","ghpages":"gh-pages -d ./build/demo"},"repository":{"type":"git","url":"git+https://github.com/skyvow/react-wow.git"},"keywords":["react","react-component","animation"],"author":{"name":"skyvow"},"license":"MIT","bugs":{"url":"https://github.com/skyvow/react-wow/issues"},"homepage":"https://github.com/skyvow/react-wow#readme","gitHead":"5908a8302cf464ac0badf62d5b54212a46fd2306","_id":"react-wow@1.0.0","_npmVersion":"5.4.2","_nodeVersion":"6.4.0","_npmUser":{"name":"skyvow","email":"724355924@qq.com"},"dist":{"shasum":"78b786d08e2f6b6256b01af1941beace5fc738cc","size":662935,"noattachment":false,"key":"/react-wow/-/react-wow-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/react-wow/download/react-wow-1.0.0.tgz"},"maintainers":[{"name":"skyvow","email":"724355924@qq.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-wow_1.0.0_1526627745622_0.9251699742658863"},"_cnpmcore_publish_time":"2021-12-23T00:09:28.859Z","publish_time":1526627745822,"_cnpm_publish_time":1526627745822}},"readme":"# React WOW [![Build Status](https://travis-ci.org/skyvow/react-wow.svg?branch=master)](https://travis-ci.org/skyvow/react-wow) [![npm version](https://img.shields.io/npm/v/react-wow.svg)](https://www.npmjs.org/package/react-wow) [![Coverage Status](https://coveralls.io/repos/github/skyvow/react-wow/badge.svg?branch=master)](https://coveralls.io/github/skyvow/react-wow?branch=master)\n\nUsing CSS animation in your react components.\n\n[Demo](https://skyvow.github.io/react-wow)\n\n## 依赖\n\n- [animate.css](https://github.com/daneden/animate.css)\n\n## 安装\n\n```\n$ npm install --save react-wow\n```\n\n## 示例\n\n```js\n\nimport React from 'react'\nimport ReactDOM from 'react-dom'\nimport ReactWOW from 'react-wow'\n\nconst App = () => <ReactWOW animation='fadeIn'><img src='https://unsplash.it/900/900/?random' /></ReactWOW>\n\nReactDOM.render(<App/>, document.getElementById('app'))\n\n```\n\n## 使用方法\n\n```sh\n$ git clone https://github.com/skyvow/react-wow.git\n$ cd react-wow\n$ npm install\n$ npm start\n```\n\n|`npm run <script>`|描述|\n|------------------|-----------|\n|`dll`|动态链接库，预编译资源模块，必须在`start`之前执行一次。|\n|`start`|服务启动在 3000 端口，代码热替换开启。|\n|`build`|编译程序到 build 目录下（默认目录 ~/build）。|\n|`lint`|检查所有 .js 文件是否规范。[更多](http://eslint.org/docs/user-guide/command-line-interface.html#fix)|\n|`dist`|输出编译后的 dist 文件。|\n|`test`|运行测试用例，并输出测试覆盖率报告。|\n|`ghpages`|部署 GitHub Pages 站点。|\n\n## 感谢\n\n- [WOW](https://github.com/matthieua/WOW)\n- [react-lazyload](https://github.com/jasonslyvia/react-lazyload)\n- [animate.css](https://github.com/daneden/animate.css)\n\n## 贡献\n\n有任何意见或建议都欢迎提 issue\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/skyvow/react-wow#readme","bugs":{"url":"https://github.com/skyvow/react-wow/issues"},"license":"MIT"}