mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "gl-react",
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
|
|
"description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm",
|
|
"keywords": [
|
|
"gl-react",
|
|
"gl",
|
|
"opengl",
|
|
"react",
|
|
"react-component"
|
|
],
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"src",
|
|
"lib",
|
|
"flow",
|
|
".flowconfig",
|
|
"README.md",
|
|
"LICENSE",
|
|
"gl-react.js"
|
|
],
|
|
"browserify-shim": {
|
|
"react": "global:React"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*"
|
|
},
|
|
"dependencies": {
|
|
"gl-shader": "^4.2.1",
|
|
"invariant": "^2.2.4",
|
|
"ndarray": "^1.0.19",
|
|
"prop-types": "^15.7.2",
|
|
"typedarray-pool": "^1.2.0",
|
|
"webgltexture-loader": "1.0.0",
|
|
"webgltexture-loader-ndarray": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf gl-react.js && browserify lib/index.js -t [ browserify-shim ] --standalone GLReact > gl-react.js"
|
|
},
|
|
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
|
|
}
|