-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "cordova-push-notifications",
"version": "1.2.4",
"description": "\n This plugin allows your application to receive push notifications on Android, iOS, WP8 and Windows8 devices. Android uses Google Cloud Messaging. iOS uses Apple APNS Notifications. WP8 uses Microsoft MPNS Notifications. Windows8 uses Microsoft WNS Notifications.\n ",
"cordova": {
"id": "cordova-push-notifications",
"platforms": [
"android",
"amazon-fireos",
"ios",
"blackberry10",
"wp8",
"windows8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/appfeel/cordova-push-notifications.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ios",
"cordova-blackberry10",
"cordova-wp8",
"cordova-windows8"
],
"engines": [
{
"name": "cordova",
"version": ">=4.0.0"
}
],
"author": "AppFeel",
"license": "MIT",
"bugs": {
"url": "https://github.com/appfeel/cordova-push-notifications/issues"
},
"homepage": "https://github.com/appfeel/cordova-push-notifications#readme"
}