-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 893 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}