{
  "name": "@matt-block/react-native-in-app-browser",
  "version": "3.1.2",
  "description": "React Native in-app browser",
  "keywords": [
    "in-app",
    "browser",
    "react-native",
    "custom-tabs",
    "tabs",
    "chrome",
    "chrome-custom-tabs",
    "safari-view-controller",
    "SFSafariViewController"
  ],
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/matt-block/react-native-in-app-browser.git"
  },
  "bugs": "https://github.com/matt-block/react-native-in-app-browser/issues",
  "homepage": "https://github.com/matt-block/react-native-in-app-browser#readme",
  "author": "Matei Bogdan Radu <opensource@mateiradu.dev>",
  "license": "MIT",
  "private": false,
  "peerDependencies": {
    "react": "^16.5.0",
    "react-native": ">= 0.60.0"
  },
  "dependencies": {
    "tinycolor2": "^1.4.1"
  }
}