forked from choru-k/react-native-uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 822 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
33
34
35
36
{
"name": "react-native-uploader-nevo",
"repository": {
"type": "git",
"url": "git+https://github.com/yiky84119/react-native-uploader.git"
},
"version": "0.0.10",
"description": "A React Native module to upload files and camera roll assets. Supports progress notification.",
"author": {
"name": "Adam Roth",
"url": "aroth"
},
"nativePackage": true,
"keywords": [
"react-native",
"react-native-upload",
"react-component",
"react",
"native",
"image",
"upload",
"transfer",
"file"
],
"bugs": {
"url": "https://github.com/aroth/react-native-uploader/issues"
},
"homepage": "https://github.com/aroth/react-native-uploader#readme",
"maintainers": [
{
"name": "aroth",
"email": "[email protected]"
}
],
"main": "index"
}