forked from AyogoHealth/cordova-plugin-update-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 821 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
{
"name": "cordova-plugin-update-notifier",
"version": "1.0.1",
"author": "Ayogo Health Inc. <info@ayogo.com>",
"contributors": [
"Darryl Pogue <darryl@dpogue.ca>",
"Jeff Chang <jeffreychang2010@gmail.com>"
],
"description": "Cordova plugin for showing a notification for app updates.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AyogoHealth/cordova-plugin-update-notifier.git"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"cordova": {
"platforms": [
"ios",
"android"
]
},
"engines": [
{
"name": "cordova-android",
"version": ">= 8.0.0"
},
{
"name": "cordova-ios",
"version": ">= 5.0.0"
}
],
"dependencies": {}
}