forked from katzer/cordova-plugin-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.09 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "cordova-plugin-badge",
"version": "0.8.8",
"description": "Shows the count of unread messages as a badge on the app icon.",
"cordova": {
"id": "cordova-plugin-badge",
"platforms": [
"ios",
"osx",
"android",
"browser",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/katzer/cordova-plugin-badge.git"
},
"keywords": [
"appplant",
"badge",
"shortcutbadger",
"ecosystem:cordova",
"cordova-ios",
"cordova-osx",
"cordova-android",
"cordova-browser",
"cordova-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=6.0.0"
},
{
"name": "apple-ios",
"version": ">=10.0.0"
},
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=4.2.0"
}
],
"author": "Sebastián Katzer",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/katzer/cordova-plugin-badge/issues"
},
"homepage": "https://github.com/katzer/cordova-plugin-badge#readme"
}