gl-react-expo
Version:
React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders
39 lines (38 loc) • 824 B
JSON
{
"name": "gl-react-expo",
"version": "5.2.1",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
"keywords": [
"gl-react",
"gl",
"opengl",
"react",
"react-native",
"expo",
"react-component"
],
"main": "lib/index.js",
"files": [
"src",
"lib",
".flowconfig",
"README.md",
"LICENSE"
],
"peerDependencies": {
"expo-gl": "*",
"gl-react": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^5.2.0"
},
"dependencies": {
"invariant": "^2.2.4",
"webgltexture-loader-expo": "1.2.0"
},
"gitHead": "90a940227552d3d2cc839864f623050af8dd2c6b"
}