forked from zckrs/cordova-plugin-push-notification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "cordova-plugin-push-notification-cgvak",
"version": "2.5.5",
"description": "Cordova plugin to send push notification on Android, iOS, WP8 and Windows8 devices.",
"main": "www/PushNotification.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumaresan-cgvak/cordova-plugin-push-notification.git"
},
"cordova": {
"id": "cordova-plugin-push-notification-cgvak",
"platforms": [
"android",
"amazon-fireos",
"ios",
"wp8",
"windows8"
]
},
"keywords": [
"cordova",
"push",
"notification",
"ecosystem:cordova",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ios",
"cordova-wp8",
"cordova-windows8"
],
"author": "Kumaresan C <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumaresan-cgvak/cordova-plugin-push-notification/issues"
},
"homepage": "https://github.com/kumaresan-cgvak/cordova-plugin-push-notification#readme"
}