This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +69
-32
lines changed Expand file tree Collapse file tree 2 files changed +69
-32
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " react-native-push-notification" ,
3
- "version" : " 3.1.9" ,
4
- "description" : " React Native Local and Remote Notifications" ,
5
- "main" : " index" ,
6
- "scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
8
- },
9
- "keywords" : [
10
- " react-component" ,
11
- " react-native" ,
12
- " ios" ,
13
- " android" ,
14
- " notifications" ,
15
- " push" ,
16
- " apns" ,
17
- " gcm"
18
- ],
19
- "bugs" : {
20
- "url" : " https://github.com/zo0r/react-native-push-notification/issues"
21
- },
22
- "repository" : {
23
- "type" : " git" ,
24
- "url" : " git+ssh://git@github.com:zo0r/react-native-push-notification.git"
25
- },
26
- "dependencies" : {
27
- "@react-native-community/push-notification-ios" : " https://github.com/narender2031/push-notification-ios.git "
28
- },
29
- "peerDependencies" : {
30
- "react-native" : " >=0.33"
31
- },
32
- "author" : " zo0r <http://zo0r.me>" ,
33
- "license" : " MIT"
2
+ "name" : " react-native-push-notification" ,
3
+ "version" : " 3.1.9" ,
4
+ "description" : " React Native Local and Remote Notifications" ,
5
+ "main" : " index" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords" : [
10
+ " react-component" ,
11
+ " react-native" ,
12
+ " ios" ,
13
+ " android" ,
14
+ " notifications" ,
15
+ " push" ,
16
+ " apns" ,
17
+ " gcm"
18
+ ],
19
+ "bugs" : {
20
+ "url" : " https://github.com/zo0r/react-native-push-notification/issues"
21
+ },
22
+ "repository" : {
23
+ "type" : " git" ,
24
+ "url" : " git+ssh://git@github.com:zo0r/react-native-push-notification.git"
25
+ },
26
+ "dependencies" : {
27
+ "@react-native-community/push-notification-ios" : " ^1.0.1 "
28
+ },
29
+ "peerDependencies" : {
30
+ "react-native" : " >=0.33"
31
+ },
32
+ "author" : " zo0r <http://zo0r.me>" ,
33
+ "license" : " MIT"
34
34
}
You can’t perform that action at this time.
0 commit comments