2017-03-29 13:08:21 +02:00

24 lines
522 B
JSON

{
"name": "gl-react-headless",
"version": "3.0.0-alpha.6",
"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": {
"react": "*",
"gl-react": "*"
},
"dependencies": {
"gl": "^4.0.2",
"invariant": "^2.2.1"
}
}