forked from Telerik-Verified-Plugins/PushNotification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 707 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 707 Bytes
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
{
"version": "3.0.5",
"name": "cordova-plugin-telerik-pushnotifications",
"cordova_name": "Telerik Push Notifications",
"description": "This plugin allows your application to receive push notifications. Tailored for (but not limited to) Telerik Platform Backend Services.",
"license": "MIT",
"repo": "https://github.com/Telerik-Verified-Plugins/PushNotification.git",
"issue": "https://github.com/Telerik-Verified-Plugins/PushNotification/issues",
"keywords": [
"Push",
"Notification",
"Push Notifications",
"ecosystem:cordova"
],
"platforms": [
"ios",
"android",
"wp8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}