Gaëtan Renaudeau c8d8544347
v3.17.2
2019-08-15 15:21:02 +08:00

39 lines
806 B
JSON

{
"name": "gl-react-expo",
"version": "3.17.2",
"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": "^3.13.0",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.17.2"
},
"dependencies": {
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"webgltexture-loader-expo": "^0.12.2"
}
}