Skip to content

Commit

Permalink
Regenerate package.json with plugman
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Sep 3, 2017
1 parent 73621dc commit 03f221e
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,39 @@
{
"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"
},
"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",
Expand Down

0 comments on commit 03f221e

Please sign in to comment.