mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
41 lines
852 B
JSON
41 lines
852 B
JSON
{
|
|
"name": "gl-react-native",
|
|
"version": "3.17.2",
|
|
"license": "MIT",
|
|
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
|
|
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
|
|
"keywords": [
|
|
"gl-react",
|
|
"gl",
|
|
"opengl",
|
|
"react",
|
|
"react-native",
|
|
"react-component"
|
|
],
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"android",
|
|
"cpp",
|
|
"ios",
|
|
"lib",
|
|
"src",
|
|
".flowconfig",
|
|
"LICENSE",
|
|
"install-steps.png",
|
|
"README.md"
|
|
],
|
|
"peerDependencies": {
|
|
"gl-react": "^3.13.0",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-webgl": "*"
|
|
},
|
|
"devDependencies": {
|
|
"gl-react": "^3.17.2"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"webgltexture-loader-react-native": "^0.12.2"
|
|
}
|
|
}
|