-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
44 lines (44 loc) · 972 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
42
43
44
{
"name": "jshare-react-native",
"version": "1.4.3",
"description": "JShare SDK for react native application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"jcore-react-native": ">= 1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpush/jshare-react-native.git"
},
"keywords": [
"JShare",
"React",
"Native"
],
"author": "KenChoi,HuminiOS",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpush/jshare-react-native/issues"
},
"homepage": "https://github.com/jpush/jshare-react-native#readme",
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics",
"CoreLocation"
]
}
}
}