UNPKG

1.36 kBJSONView Raw
1{
2 "name": "expo-gl",
3 "version": "10.4.0",
4 "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "test:snapshots": "jest --updateSnapshot",
14 "prepare": "expo-module prepare",
15 "prepublishOnly": "expo-module prepublishOnly",
16 "expo-module": "expo-module"
17 },
18 "keywords": [
19 "react-native",
20 "expo",
21 "gl",
22 "glview",
23 "webgl"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/expo/expo.git",
28 "directory": "packages/expo-gl"
29 },
30 "bugs": {
31 "url": "https://github.com/expo/expo/issues"
32 },
33 "homepage": "https://docs.expo.io/versions/latest/sdk/gl-view/",
34 "author": "650 Industries, Inc.",
35 "license": "MIT",
36 "jest": {
37 "preset": "expo-module-scripts"
38 },
39 "dependencies": {
40 "expo-gl-cpp": "~10.4.0",
41 "expo-modules-core": "~0.1.1",
42 "invariant": "^2.2.4"
43 },
44 "devDependencies": {
45 "@types/invariant": "^2.2.33",
46 "expo-module-scripts": "^2.0.0",
47 "react-test-renderer": "~16.11.0"
48 },
49 "gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1"
50}