UNPKG

rc-animate-v16

Version:
63 lines (62 loc) 1.44 kB
{ "name": "rc-animate-v16", "version": "2.4.10", "description": "css-transition ui component for react", "keywords": [ "react", "react-component", "react-animate", "animate" ], "files": [ "es", "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/Animate", "module": "./es/Animate", "config": { "port": 8200 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint", "karma": "rc-test run karma", "saucelabs": "rc-test run saucelabs", "test": "rc-test run test", "chrome-test": "rc-test run chrome-test", "coverage": "rc-test run coverage" }, "devDependencies": { "core-js": "^2.5.1", "expect.js": "0.3.x", "jquery": "~1.11.3", "object-assign": "4.x", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x", "react": "^16.0.0", "react-dom": "^16.0.0", "velocity-animate": "~1.2.2" }, "pre-commit": [ "lint" ], "dependencies": { "babel-runtime": "6.x", "css-animation": "^1.3.2", "prop-types": "15.x" } }