forked from katzer/cordova-plugin-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"version": "0.7.1",
"name": "de.appplant.cordova.plugin.badge",
"cordova_name": "Cordova Badge Plugin",
"description": "Cordova plugin to access and modify the badge number of the app icon",
"author": "Sebastián Katzer",
"license": "Apache 2.0",
"repo": "https://github.com/katzer/cordova-plugin-badge.git",
"issue": "https://github.com/katzer/cordova-plugin-badge/issues",
"keywords": [
"appplant",
"badge",
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ios",
"cordova-wp8",
"cordova-windows",
"cordova-browser"
],
"platforms": [
"ios",
"wp8",
"android",
"amazon-fireos",
"browser",
"windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/katzer/cordova-plugin-badge.git"
}
}