Regenerate package.json with plugman

This commit is contained in:
Sebastián Katzer 2017-09-03 11:09:42 +02:00
parent 73621dc910
commit 03f221e873

View File

@ -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",