forked from Nubescope/react-native-facebook-account-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 731 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-account-kit",
"version": "1.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"
],
"repository": {
"type": "git",
"url": "https://github.com/underscopeio/react-native-facebook-account-kit.git"
},
"author": "Underscope",
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.10"
}
}