UNPKG

react-state-animation

Version:
52 lines (51 loc) 1.2 kB
{ "name": "react-state-animation", "version": "0.1.0", "description": "Simple animations with React state", "main": "lib/ReactStateAnimation.js", "scripts": { "start": "./node_modules/.bin/gulp", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/tejitak/react-state-animation.git" }, "keywords": [ "react", "react-canvas", "animation", "tween", "transition", "state", "easing" ], "author": "tejitak", "license": "MIT", "bugs": { "url": "https://github.com/tejitak/react-state-animation/issues" }, "homepage": "https://github.com/tejitak/react-state-animation", "dependencies": { "d3-ease": "^0.1.3" }, "peerDependencies": { "react": ">=0.13.x" }, "devDependencies": { "babel": "^5.5.6", "babel-core": "^5.5.6", "babel-loader": "^5.1.4", "del": "^1.1.1", "envify": "^3.2.0", "gulp": "^3.8.10", "gulp-babel": "^4.0.0", "gulp-connect": "^2.2.0", "gulp-if": "^1.2.5", "gulp-uglify": "~1.0.2", "gulp-webpack": "^1.2.0", "react-canvas": "0.0.1", "webpack": "^1.7.3", "yargs": "^3.5.4" } }