Gaëtan Renaudeau c8d8544347
v3.17.2
2019-08-15 15:21:02 +08:00

29 lines
625 B
JSON

{
"name": "gl-react-headless",
"version": "3.17.2",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
"main": "lib/index.js",
"files": [
"src",
"lib",
".flowconfig",
"README.md",
"LICENSE"
],
"peerDependencies": {
"gl-react": "^3.13.0",
"react": "*"
},
"dependencies": {
"gl": "^4.3.3",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"raf": "^3.4.1"
},
"devDependencies": {
"gl-react": "^3.17.2"
}
}