mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 11:34:54 +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",
|
||||
"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": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||
@ -9,17 +17,23 @@
|
||||
"keywords": [
|
||||
"appplant",
|
||||
"background",
|
||||
"cordova",
|
||||
"ecosystem:cordova"
|
||||
],
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android"
|
||||
"ecosystem:cordova",
|
||||
"cordova-ios",
|
||||
"cordova-android",
|
||||
"cordova-browser"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user