{
  "name": "@react-native-community/google-signin",
  "version": "5.0.0",
  "description": "Google Signin for your react native applications",
  "main": "index.js",
  "author": {
    "name": "devfd",
    "email": "apptailor.co@gmail.com",
    "url": "https://github.com/devfd"
  },
  "contributors": [
    "Johan Ruokangas (https://latehours.net)",
    "Vojtech Novak (@vonovak)",
    "Andrei Calazans (@Andrei_Calazans)"
  ],
  "scripts": {
    "android": "react-native run-android --root example/",
    "ios": "react-native run-ios",
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prettier:check": "prettier --list-different '**/*.js' '**/*.md'",
    "prettier:write": "prettier --write '**/*.js' '**/*.md'",
    "lint": "eslint ."
  },
  "keywords": [
    "react-component",
    "react-native",
    "google signin",
    "google login",
    "oauth",
    "oauth2",
    "ios",
    "android"
  ],
  "homepage": "https://github.com/react-native-community/google-signin",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/google-signin"
  },
  "bugs": {
    "url": "https://github.com/react-native-community/google-signin/issues"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "eslint": "^6.4.0",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "prettier": "1.14.2",
    "react": "16.9.0",
    "react-native": "0.61.1",
    "react-test-renderer": "16.9.0"
  }
}
