gsap-react-plugin
Version:
A GSAP plugin for tweening React.js component state.
42 lines (41 loc) • 966 B
JSON
{
"name": "gsap-react-plugin",
"version": "1.0.2",
"description": "A GSAP plugin for tweening React.js component state.",
"main": "gsap-react-plugin.js",
"scripts": {
"prepublish": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/gsap-react-plugin.git"
},
"keywords": [
"Greensock",
"GSAP",
"TweenLite",
"TweenMax",
"React",
"plugin"
],
"author": "Eric Eldredge <lettertwo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/gsap-react-plugin/issues"
},
"homepage": "https://github.com/hzdg/gsap-react-plugin",
"devDependencies": {
"coffee-script": "^1.7.1",
"yargs": "^1.2.6",
"chalk": "^0.5.1",
"gulp-coffee": "^2.0.1",
"gulp-bump": "^0.1.10",
"gulp": "^3.8.6",
"chai": "^1.9.1",
"mocha": "^1.20.1",
"gulp-connect": "^2.0.6",
"open": "0.0.5",
"gulp-replace": "^0.4.0"
}
}