2017-01-23 14:43:38 +01:00

36 lines
710 B
JSON

{
"name": "gl-react-dom",
"version": "3.0.0-alpha.2",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",
"keywords": [
"gl-react",
"gl",
"opengl",
"react",
"react-dom",
"react-component"
],
"main": "lib/index.js",
"files": [
"src",
"lib",
".flowconfig",
"README.md",
"LICENSE",
"gl-react-dom.js"
],
"browserify-shim": {
"gl-react": "global:GL",
"react": "global:React"
},
"peerDependencies": {
"react": "*",
"gl-react": "*"
},
"dependencies": {
"invariant": "^2.2.1"
}
}