{
  "name": "react-native-webgl",
  "version": "0.4.0",
  "license": "BSD",
  "author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
  "description": "React Native implementation of WebGL",
  "keywords": [
    "react",
    "react-native",
    "webgl"
  ],
  "main": "lib/index.js",
  "files": [
    "android",
    "cpp",
    "ios",
    "lib",
    "src",
    ".flowconfig",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-community/react-native-webgl.git"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "scripts": {
    "prepublish": "babel --source-maps -d lib src && flow-copy-source -v src lib",
    "watch": "babel --watch --source-maps -d lib src"
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "flow-copy-source": "^1.2.0"
  }
}
