-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
25 lines (25 loc) · 1.05 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
{
"name": "cordova-plugin-codeplay-in-app-update",
"version": "0.0.4",
"description": "Keeping your app up-to-date on your users’ devices enables them to try new features, as well as benefit from performance improvements and bug fixes. Although some users enable background updates when their device is connected to an unmetered connection, other users may need to be reminded to update. In-app updates is a Play Core library feature that introduces a new request flow to prompt active users to update your app.",
"cordova": {
"id": "cordova-plugin-codeplay-in-app-update",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/merbin2012/cordova-plugin-codeplay-in-app-update.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Merbin Joe",
"license": "ISC",
"bugs": {
"url": "https://github.com/merbin2012/cordova-plugin-codeplay-in-app-update/issues"
},
"homepage": "https://github.com/merbin2012/cordova-plugin-codeplay-in-app-update#readme"
}