-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 824 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 824 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
{
"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": "2.1.2"
},
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
}