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

32 lines
716 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",
2017-01-27 13:49:22 +00:00
"version": "0.7.0",
2016-08-16 11:18:04 +00:00
"description": "Prevent app from going to sleep in background.",
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",
2016-08-16 11:18:04 +00:00
"cordova",
"ecosystem:cordova"
],
"platforms": [
"ios",
"android"
2015-11-19 10:08:09 +00:00
],
"engines": [
{
"name": "cordova",
2016-08-16 11:18:04 +00:00
"version": ">=6.0.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"
2015-11-19 10:08:09 +00:00
}