forked from doefler/react-native-social-share
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (51 loc) · 1.15 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
51
52
{
"name": "react-native-social-share",
"version": "0.9.0",
"description": "Use the iOS native Twitter, Facebook and Sina Weibo share view from react native",
"author": [{
"name": "Kim Døfler",
"email": "[email protected]"
},{
"name": "Cao Junquan",
"email": "[email protected]"
}],
"keywords": [
"react",
"twitter",
"facebook",
"weibo",
"SLComposeViewController",
"RCTBridgeModule",
"Social",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ui",
"react native facebook",
"react native twitter"
],
"homepage": "https://github.com/liaoyuan-io/react-native-social-share",
"bugs": {
"url": "https://github.com/liaoyuan-io/react-native-social-share/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/liaoyuan-io/react-native-social-share.git"
},
"scripts": {},
"main": "index.js",
"maintainers": [
{
"name": "Kim Døfler",
"email": "[email protected]"
},{
"name": "Cao Junquan",
"email": "[email protected]"
}
],
"peerDependencies": {
"react-native": ">=0.26.0"
},
"license": "MIT"
}