mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "gl-react-dom",
|
|
"version": "5.2.1",
|
|
"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": "*",
|
|
"react": "*"
|
|
},
|
|
"devDependencies": {
|
|
"gl-react": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"invariant": "^2.2.4",
|
|
"prop-types": "^15.7.2",
|
|
"raf": "^3.4.1",
|
|
"webgltexture-loader-dom": "2.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"
|
|
}
|