forked from react-native-google-signin/google-signin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-google-signin",
"version": "0.11.0",
"description": "Google Signin for your react native applications",
"main": "index.js",
"author": {
"name": "devfd",
"email": "[email protected]",
"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"
],
"homepage": "https://github.com/devfd/react-native-google-signin",
"repository": {
"type": "git",
"url": "https://github.com/devfd/react-native-google-signin"
},
"bugs": {
"url": "https://github.com/devfd/react-native-google-signin/issues"
},
"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"
}