forked from katzer/cordova-plugin-badge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 971 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
41
42
43
44
45
46
47
{
"name": "cordova-plugin-badge",
"version": "0.8.1",
"description": "Shows the count of unread messages as a badge on the app icon",
"repository": {
"type": "git",
"url": "git+https://github.com/katzer/cordova-plugin-badge.git"
},
"keywords": [
"appplant",
"badge",
"shortcutbadger",
"cordova",
"ecosystem:cordova"
],
"platforms": [
"android",
"browser",
"ios",
"osx",
"windows"
],
"engines": [
{
"name": "cordova",
"version": ">=6"
},
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugman",
"version": ">=4.2.0"
},
{
"name": "apple-ios",
"version": ">=10"
}
],
"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"
}