{
  "name": "@sointeractive/react-native-google-signin",
  "version": "1.2.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"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-component",
    "react-native",
    "google signin",
    "google login",
    "google+",
    "oauth",
    "oauth2",
    "ios",
    "android"
  ],
  "peerDependencies": {
    "react": ">=15.4.0 || ^16.0.0-alpha",
    "react-native": ">=0.40",
    "prop-types": "^15.5.10"
  },
  "rnpm": {
    "ios": {
      "project": "ios/RNGoogleSignin.xcodeproj",
      "sharedLibraries": [
        "libz",
        "SafariServices",
        "SystemConfiguration",
        "AddressBook"
      ]
    }
  },
  "license": "MIT"
}
