-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 KB
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-chunk-upload",
"version": "2.0.3",
"description": "A package to bring Chunked File Upload / Resumable File Upload into React Native. Split a large file into multiple smaller pieces then upload them without worrying about network disconnection, even if it happens React Native Chunk Upload will only upload the failed chunk not the whole file!",
"main": "src/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/hossein-zare/react-native-chunk-upload.git"
},
"keywords": [
"upload",
"chunk",
"chunk-upload",
"chunked-upload",
"resume",
"resumable",
"resumable-upload",
"component",
"reactnative",
"react-native",
"react native",
"android",
"ios",
"javascript"
],
"dependencies": {
"react-native-fs": "^2.16.6",
"rn-fetch-blob": "^0.12.0"
},
"author": "Hossein Zare",
"license": "MIT",
"bugs": {
"url": "https://github.com/hossein-zare/react-native-chunk-upload/issues"
},
"homepage": "https://github.com/hossein-zare/react-native-chunk-upload#readme"
}