forked from Vydia/react-native-background-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 804 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
{
"name": "react-native-background-upload",
"version": "5.1.0",
"description": "Cross platform http post file uploader with android and iOS background support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Vydia/react-native-background-upload.git"
},
"keywords": [
"NSURLSession",
"UploadService",
"background",
"upload",
"react-native"
],
"peerDependencies": {
"react": "*",
"react-native": ">=0.47.0"
},
"author": "Steve Potter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Vydia/react-native-background-upload/issues"
},
"homepage": "https://github.com/Vydia/react-native-background-upload#readme"
}