-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathpackage.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-facebook-account-kit",
"version": "2.1.0",
"description": "A react-native library for Facebook Account Kit",
"main": "index.js",
"files": [
"android/src/main",
"android/build.gradle",
"android/gradlew",
"android/gradlew.bat",
"ios",
"index.js",
"ios/*.xcodeproj",
"js"
],
"keywords": [
"react",
"native",
"react-native",
"facebook",
"account",
"kit",
"account-kit",
"sdk",
"ios",
"android",
"authentication"
],
"homepage": "https://github.com/underscopeio/react-native-facebook-account-kit",
"readme": "https://github.com/underscopeio/react-native-facebook-account-kit#readme",
"repository": {
"type": "git",
"url": "https://github.com/underscopeio/react-native-facebook-account-kit.git"
},
"bugs": {
"url": "https://github.com/underscopeio/react-native-facebook-account-kit/issues"
},
"author": "Underscope",
"license": "MIT",
"dependencies": {
"prop-types": "15.x.x"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}