forked from transistorsoft/cordova-plugin-background-fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
30
31
32
{
"name": "cordova-plugin-background-fetch",
"version": "5.2.0",
"description": "A plugin to periodically awaken your app in the background every 15 minutes to perform some work.",
"cordova": {
"id": "cordova-plugin-background-fetch",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/transistorsoft/cordova-plugin-background-fetch.git"
},
"keywords": [
"cordova",
"background",
"fetch"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
},
"homepage": "https://github.com/transistorsoft/react-native-background-fetch",
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Chris Scott, Transistor Software <[email protected]>"
}