{
  "name": "expo-gl",
  "version": "7.0.0-rc.0",
  "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "test:snapshots": "jest --updateSnapshot",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "gl",
    "glview",
    "webgl"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-gl"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://docs.expo.io/versions/latest/sdk/gl-view/",
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "unimodulePeerDependencies": {
    "unimodules-camera-interface": "*",
    "@unimodules/core": "*",
    "unimodules-file-system-interface": "*",
    "expo-gl-cpp": "~5.0.0"
  },
  "dependencies": {
    "expo-gl-cpp": "~7.0.0-rc.0",
    "prop-types": "^15.6.2"
  },
  "devDependencies": {
    "babel-preset-expo": "~7.0.0-rc.0",
    "expo-module-scripts": "~1.1.1-rc.0",
    "react-test-renderer": "~16.8.3"
  },
  "gitHead": "5d4fcf318390f59cecd1ae5d191afb15488a4447"
}