-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "jmessage-react-plugin",
"version": "3.2.1",
"description": "a jmessage plugin for react native application",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:jpush/jmessage-react-plugin.git"
},
"keywords": [
"react",
"native",
"jmessage"
],
"author": "KenChoi, huminiOS",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpush/jmessage-react-plugin/issues"
},
"peerDependencies": {
"jcore-react-native": ">= 1.2.11"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"UserNotifications",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics",
"CoreAudio",
"AudioToolbox",
"MobileCoreServices",
"libsqlite3"
]
}
},
"homepage": "https://github.com/jpush/jmessage-react-plugin#readme",
"dependencies": {
"jcore-react-native": ">=1.3.1"
}
}