UNPKG

@chemzqm/rc-animate

Version:
58 lines (57 loc) 1.35 kB
{ "name": "@chemzqm/rc-animate", "version": "2.0.11", "description": "css-transition ui component for react", "keywords": [ "react", "react-component", "react-animate", "animate" ], "files": [ "lib" ], "homepage": "https://github.com/react-component/animate", "author": "", "repository": { "type": "git", "url": "git@github.com:react-component/animate.git" }, "bugs": { "url": "http://github.com/react-component/animate/issues" }, "licenses": "MIT", "main": "./lib/index", "config": { "port": 8200 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-server", "pub": "rc-tools run pub", "lint": "rc-tools run lint", "karma": "rc-tools run karma", "saucelabs": "rc-tools run saucelabs", "browser-test": "rc-tools run browser-test", "browser-test-cover": "rc-tools run browser-test-cover" }, "devDependencies": { "expect.js": "0.3.x", "jquery": "~1.11.3", "object-assign": "4.x", "pre-commit": "1.x", "rc-server": "3.x", "rc-tools": "4.x", "react": "0.14.x", "react-dom": "0.14.x", "react-addons-test-utils": "~0.14.0", "velocity-animate": "~1.2.2" }, "pre-commit": [ "lint" ], "dependencies": { "@chemzqm/css-animation": "^1.2.7" } }