forked from derek82511/cordova-azure-notification-hubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 966 Bytes
/
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-azure-notification-hubs",
"description": "Register and receive push notifications with Azure Notification Hubs.",
"version": "1.0.6",
"homepage": "https://github.com/derek82511/cordova-azure-notification-hubs",
"repository": {
"type": "git",
"url": "git://github.com/derek82511/cordova-azure-notification-hubs.git"
},
"bugs": {
"url": "https://github.com/derek82511/cordova-azure-notification-hubs/issues"
},
"cordova": {
"id": "cordova-azure-notification-hubs",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"azure",
"push",
"notification"
],
"engines": {
"cordovaDependencies": {
"1.0.6": {
"cordova-ios": ">=4.5.0",
"cordova-android": ">=7.1.0",
"cordova": ">=7.1.0"
}
}
},
"author": "Chang, Cheng-Yi",
"license": "MIT"
}