forked from transistorsoft/react-native-background-fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 KB
/
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
33
34
35
36
37
{
"name": "react-native-background-fetch",
"version": "4.0.2",
"description": "iOS & Android BackgroundFetch API implementation for React Native",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/transistorsoft/react-native-background-fetch.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"background",
"fetch"
],
"author": "Chris Scott, Transistor Software <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/transistorsoft/react-native-background-fetch/issues"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-background-fetch/scripts/postlink.js",
"postunlink": "node node_modules/react-native-background-fetch/scripts/postunlink.js"
}
},
"homepage": "https://transistorsoft.github.io/react-native-background-fetch",
"peerDependencies": {
"react-native": ">=0.28.0"
},
"devDependencies": {
"react-native": "^0.52.0"
}
}