mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "gl-react-dom",
|
|
"version": "4.0.0",
|
|
"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:GLReact",
|
|
"react": "global:React"
|
|
},
|
|
"peerDependencies": {
|
|
"gl-react": "^3.13.0",
|
|
"react": "*"
|
|
},
|
|
"devDependencies": {
|
|
"gl-react": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"prop-types": "^15.7.2",
|
|
"raf": "^3.4.1",
|
|
"webgltexture-loader-dom": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf gl-react-dom.js && browserify lib/index.js -t [ browserify-shim ] --standalone GLReactDOM > gl-react-dom.js"
|
|
},
|
|
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
|
|
}
|