forked from fullstackdeveloper90/react-native-FB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 855 Bytes
/
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
{
"name": "react-native-facebook-login",
"version": "1.5.0",
"description": "React Native wrapper for native iOS Facebook SDK login button and manager",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/magus/react-native-facebook-login"
},
"keywords": [
"react",
"react-component",
"react-native",
"native",
"ios",
"android",
"facebook",
"login",
"sdk"
],
"author": "Noah",
"license": "MIT",
"bugs": {
"url": "https://github.com/magus/react-native-facebook-login/issues"
},
"homepage": "https://github.com/magus/react-native-facebook-login",
"peerDependencies": {
"react-native": ">=0.26.2",
"react": ">=15.0.2"
},
"dependencies": {
"itypeof": "^1.1.2"
}
}