forked from Schneider-Electric-Wiser/PushNotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
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
{
"name": "schneider-electric-cordova-plugin-push",
"version": "0.0.4",
"description": "\n\n BASED ON 2.5.0\n\t\tThis plugin allows your application to receive push notifications on Android, iOS, WP8 and Windows8 devices.\n Android uses Google Cloud Messaging.\n iOS uses Apple APNS Notifications.\n WP8 uses Microsoft MPNS Notifications.\n Windows8 uses Microsoft WNS Notifications.\ncopied from:\n https://github.com/Telerik-Verified-Plugins/PushNotification\n\t",
"cordova": {
"id": "schneider-electric-cordova-plugin-push",
"platforms": [
"android",
"ios",
"wp8",
"windows8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeiler/PushNotification.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Schneider Electric",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeiler/PushNotification/issues"
},
"homepage": "https://github.com/jeiler/PushNotification#readme"
}