react-gl-transition
Version:
React component to render a GL Transition in gl-react
29 lines (28 loc) • 649 B
JSON
{
"name": "react-gl-transition",
"description": "React component to render a GL Transition in gl-react",
"keywords": [
"gl-react",
"webgl",
"react",
"react-component"
],
"version": "1.19.2",
"main": "lib/GLTransition.js",
"license": "MIT",
"scripts": {
"compile": "babel -d lib/ src/",
"watch": "babel -w -d lib/ src/",
"prepublish": "npm run compile"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1"
},
"peerDependencies": {
"gl-react": "^3.5.0",
"react": "^15.5.4"
}
}