forked from jpush/jpush-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 863 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": "jpush-react-native",
"version": "1.7.1",
"description": "a jpush plugin for react native application",
"main": "index.js",
"scripts": {
"postinstall": "node postInstall.js"
},
"repository": {
"type": "git",
"url": "[email protected]:jpush/jpush-react-native.git"
},
"keywords": [
"react",
"native",
"jpush"
],
"author": "KenChoi, huminiOS",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpush/jpush-react-native/issues"
},
"homepage": "https://github.com/jpush/jpush-react-native#readme",
"peerDependencies": {
"jcore-react-native": ">= 1.1.5"
},
"rnpm": {
"ios": {
"sharedLibraries": [
"libz",
"UserNotifications",
"CoreTelephony",
"Security",
"CFNetwork",
"CoreFoundation",
"SystemConfiguration",
"Foundation",
"UIKit",
"libresolv",
"CoreGraphics"
]
}
}
}