mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
41 lines
921 B
JSON
41 lines
921 B
JSON
|
{
|
||
|
"name": "de.appplant.cordova.plugin.background-mode",
|
||
|
"version": "0.6.4",
|
||
|
"description": "Cordova plugin to prevent the app from going to sleep in background.",
|
||
|
"cordova": {
|
||
|
"id": "de.appplant.cordova.plugin.background-mode",
|
||
|
"platforms": [
|
||
|
"ios",
|
||
|
"android",
|
||
|
"wp8"
|
||
|
]
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/katzer/cordova-plugin-background-mode.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"appplant",
|
||
|
"background",
|
||
|
"mode",
|
||
|
"background-mode",
|
||
|
"katzer",
|
||
|
"ecosystem:cordova",
|
||
|
"cordova-ios",
|
||
|
"cordova-android",
|
||
|
"cordova-wp8"
|
||
|
],
|
||
|
"engines": [
|
||
|
{
|
||
|
"name": "cordova",
|
||
|
"version": ">=3.0.0"
|
||
|
}
|
||
|
],
|
||
|
"author": "Sebastián Katzer",
|
||
|
"license": "Apache 2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/katzer/cordova-plugin-background-mode"
|
||
|
}
|