-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.21 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
53
54
55
56
57
{
"name": "react-native-dux-push",
"version": "0.0.6",
"description": "集成各个厂商的推送",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/ShaoGongBra/react-native-dux-push#readme",
"bugs": {
"url": "https://github.com/ShaoGongBra/react-native-dux-push/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShaoGongBra/react-native-dux-push.git"
},
"keywords": [
"push",
"react-native",
"ios",
"android",
"dux",
"推送",
"小米",
"xiaomi",
"vivo",
"oppo",
"hms",
"华为"
],
"author": {
"name": "ShaoGong",
"email": "[email protected]"
},
"devDependencies": {
"react-native": "^0.67.3"
},
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x",
"@react-native-community/push-notification-ios": "^1.10.1"
},
"bundleDependencies": false,
"deprecated": false,
"files": [
"android",
"!android/build",
"ios",
"!ios/build",
"index.js",
"index.d.ts",
"README.md",
"react-native-dux-push.podspec"
],
"license": "MIT",
"licenseFilename": "LICENSE"
}