forked from leecrossley/cordova-plugin-background-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 820 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "cordova-plugin-background-task",
"version": "0.2.1",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova / PhoneGap Plugin for running background tasks (will also run for up to 3 minutes after the app is suspended).",
"cordova": {
"id": "cordova-plugin-background-task",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/filionf/cordova-plugin-background-task.git"
},
"keywords": [
"cordova",
"background",
"task",
"suspend",
"ecosystem:cordova",
"cordova-ios"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/filionf/cordova-plugin-background-task/issues"
},
"homepage": "https://github.com/filionf/cordova-plugin-background-task#readme"
}