cordova-plugin-run-in-backg.../package.json

46 lines
997 B
JSON
Raw Normal View History

2015-11-19 10:08:09 +00:00
{
2016-02-29 08:55:07 +00:00
"name": "cordova-plugin-background-mode",
"version": "0.8.0",
2017-09-03 09:09:42 +00:00
"description": "Prevent apps from going to sleep in background.",
"cordova": {
"id": "cordova-plugin-background-mode",
"platforms": [
"ios",
"android",
"browser"
]
},
2015-11-19 10:08:09 +00:00
"repository": {
"type": "git",
2016-02-29 08:55:07 +00:00
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
2015-11-19 10:08:09 +00:00
},
"keywords": [
"appplant",
"background",
2017-09-03 09:09:42 +00:00
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-browser"
2015-11-19 10:08:09 +00:00
],
"engines": [
{
"name": "cordova",
2017-09-03 09:09:42 +00:00
"version": ">=3.0.0"
},
{
"name": "android-sdk",
"version": ">=16"
},
{
"name": "windows-sdk",
"version": ">=10.0.14393.0"
2015-11-19 10:08:09 +00:00
}
],
"author": "Sebastián Katzer",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
},
2016-02-29 08:55:07 +00:00
"homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
2019-11-08 15:45:16 +00:00
}