-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
39 lines (39 loc) · 970 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
{
"name": "cordova-plugin-apkupdater",
"version": "5.0.1",
"description": "This plugin allows your Android app to download and install compressed updates without the Google Play Store.",
"cordova": {
"id": "cordova-plugin-apkupdater",
"platforms": [
"android"
]
},
"main": "./src/ionic/index.js",
"types": "./src/ionic/index.d.ts",
"scripts": {
"build": "tsc -p src/ionic",
"prepublish": "npm run build"
},
"keywords": [
"apk",
"updater",
"downloader",
"installer",
"play-store",
"ecosystem:cordova",
"cordova-android",
"cordova",
"capacitor",
"ionic"
],
"author": "Michael Jedich",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kolbasa/cordova-plugin-apkupdater.git"
},
"bugs": {
"url": "https://github.com/kolbasa/cordova-plugin-apkupdater/issues"
},
"homepage": "https://github.com/kolbasa/cordova-plugin-apkupdater"
}