mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Regenerate package.json with plugman
This commit is contained in:
parent
73621dc910
commit
03f221e873
30
package.json
30
package.json
@ -1,7 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-background-mode",
|
"name": "cordova-plugin-background-mode",
|
||||||
"version": "0.7.2",
|
"version": "0.7.2",
|
||||||
"description": "Prevent app from going to sleep in background.",
|
"description": "Prevent apps from going to sleep in background.",
|
||||||
|
"cordova": {
|
||||||
|
"id": "cordova-plugin-background-mode",
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android",
|
||||||
|
"browser"
|
||||||
|
]
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||||
@ -9,17 +17,23 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"appplant",
|
"appplant",
|
||||||
"background",
|
"background",
|
||||||
"cordova",
|
"ecosystem:cordova",
|
||||||
"ecosystem:cordova"
|
"cordova-ios",
|
||||||
],
|
"cordova-android",
|
||||||
"platforms": [
|
"cordova-browser"
|
||||||
"ios",
|
|
||||||
"android"
|
|
||||||
],
|
],
|
||||||
"engines": [
|
"engines": [
|
||||||
{
|
{
|
||||||
"name": "cordova",
|
"name": "cordova",
|
||||||
"version": ">=6.0.0"
|
"version": ">=3.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "android-sdk",
|
||||||
|
"version": ">=16"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "windows-sdk",
|
||||||
|
"version": ">=10.0.14393.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": "Sebastián Katzer",
|
"author": "Sebastián Katzer",
|
||||||
|
Loading…
Reference in New Issue
Block a user