forked from jbeuckm/PushPlugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.26 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
{
"version": "5.0.0",
"name": "cordova-plugin-background-push",
"cordova_name": "PushPlugin",
"description": "\r\n\t\tThis plugin allows your application to receive push notifications on Android, iOS, WP8 and Windows8 devices.\r\n Android uses Google Cloud Messaging (+ experimental background task support).\r\n iOS uses Apple APNS Notifications (+ experimental Silent Notification support).\r\n WP8 uses Microsoft MPNS Notifications.\r\n Windows8 uses Microsoft WNS Notifications.\r\n This is a fork of https://github.com/jbeuckm/PushPlugin and then enhanced with Android BG support.\r\n\t",
"cordova": {
"id": "cordova-plugin-background-push",
"platforms": [
"android",
"amazon-fireos",
"ios",
"blackberry10",
"wp8",
"windows8"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ToniKorin/PushPlugin"
},
"keywords": [
"push notifications",
"background",
"ecosystem:cordova",
"cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=10.0.0"
}
],
"author": "Toni Korin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ToniKorin/PushPlugin/issues"
},
"homepage": "https://github.com/ToniKorin/PushPlugin"
}