-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 902 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 902 Bytes
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
{
"name": "react-native-firebase-auth",
"version": "1.0.1",
"description": "Simplified Firebase authentication with social platform support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"auth",
"social",
"facebook",
"login",
"google",
"firebase"
],
"author": "SSG",
"license": "ISC",
"peerDependencies": {
"firebase": ">=3.0.0",
"react-native": ">=0.30.0",
"react-native-facebook-login": ">=1.4.0",
"react-native-google-sign-in": ">=0.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolidStateGroup/react-native-firebase-auth.git"
},
"bugs": {
"url": "https://github.com/SolidStateGroup/react-native-firebase-auth/issues"
},
"homepage": "https://github.com/SolidStateGroup/react-native-firebase-auth#readme"
}