UNPKG

970 BJSONView Raw
1{
2 "name": "react-native-firebaseui-auth",
3 "version": "1.2.9",
4 "description": "Easy login with FirebaseUi Auth",
5 "author": "Oscar Justi <oijusti@gmail.com>",
6 "main": "index.js",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "git@github.com:oijusti/react-native-firebaseui-auth.git"
11 },
12 "bugs": {
13 "url": "https://github.com/oijusti/react-native-firebaseui-auth/issues/"
14 },
15 "homepage": "https://github.com/oijusti/react-native-firebaseui-auth",
16 "keywords": [
17 "android",
18 "ios",
19 "react-native",
20 "firebase",
21 "firebase auth",
22 "firebaseUI",
23 "firebaseUI auth",
24 "react-native-firebase",
25 "react native firebaseui",
26 "sign in",
27 "facebook",
28 "google",
29 "apple",
30 "yahoo",
31 "github",
32 "twitter",
33 "microsoft"
34 ],
35 "peerDependencies": {
36 "react-native": ">=0.59.0"
37 },
38 "private":false,
39 "scripts": {
40 "test": "echo \"Error: no test specified\" && exit 1"
41 }
42}