forked from facebookarchive/react-native-fbsdk
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 902 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
38
39
40
41
{
"name": "react-native-fbsdk",
"version": "0.6.3",
"description": "Facebook SDK support for React Native apps.",
"main": "./js/index.js",
"author": {
"name": "Zhuowen Deng"
},
"contributors": {
"name": "Chris Hackmann",
"name": "Pouya Larjani"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react-native-fbsdk.git"
},
"homepage": "https://github.com/facebook/react-native-fbsdk/",
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android",
"facebook",
"core"
],
"license": "Facebook Platform License",
"dependencies": {
"adm-zip": "^0.4.7",
"fastfall": "^1.5.1",
"got": "^7.0.0",
"plist": "^2.1.0",
"progress": "^2.0.0",
"pump": "^1.0.2",
"xcode": "^0.9.3"
},
"peerDependencies": {
"react-native": ">=0.44.0",
"prop-types": "15.x.x"
}
}