UNPKG

react-native-google-signin

Version:
50 lines (49 loc) 1.32 kB
{ "name": "react-native-google-signin", "version": "2.1.1", "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": { "test": "echo \"Error: no test specified\" && exit 1", "prettier:check": "prettier --list-different '**/*.js' '**/*.md'", "prettier:write": "prettier --write '**/*.js' '**/*.md'" }, "keywords": [ "react-component", "react-native", "google signin", "google login", "google+", "oauth", "oauth2", "ios", "android" ], "homepage": "https://github.com/react-native-community/react-native-google-signin", "repository": { "type": "git", "url": "https://github.com/react-native-community/react-native-google-signin" }, "bugs": { "url": "https://github.com/react-native-community/react-native-google-signin/issues" }, "peerDependencies": { "prop-types": "^15.5.10", "react": ">=15.4.0 || ^16.0.0-alpha", "react-native": ">=0.40" }, "license": "MIT", "devDependencies": { "prettier": "1.14.2" } }