mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-18 20:33:21 +00:00
Changed plugin ID
This commit is contained in:
17
package.json
17
package.json
@@ -1,29 +1,24 @@
|
||||
{
|
||||
"name": "de.appplant.cordova.plugin.background-mode",
|
||||
"name": "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",
|
||||
"id": "cordova-plugin-background-mode",
|
||||
"platforms": [
|
||||
"ios",
|
||||
"android",
|
||||
"wp8"
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||
},
|
||||
"keywords": [
|
||||
"appplant",
|
||||
"background",
|
||||
"mode",
|
||||
"background-mode",
|
||||
"katzer",
|
||||
"ecosystem:cordova",
|
||||
"cordova-ios",
|
||||
"cordova-android",
|
||||
"cordova-wp8"
|
||||
"cordova-android"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
@@ -36,5 +31,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
|
||||
},
|
||||
"homepage": "https://github.com/katzer/cordova-plugin-background-mode"
|
||||
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user