2022-05-31 08:01:47 +02:00

42 lines
893 B
JSON

{
"name": "gl-react-native",
"version": "5.2.1",
"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",
"README.md"
],
"peerDependencies": {
"gl-react": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^5.2.0"
},
"dependencies": {
"expo-gl": "^11.3.0",
"expo-gl-cpp": "^11.3.0",
"gl-react-expo": "^5.2.1",
"webgltexture-loader-expo": "2.0.0"
},
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
}