forked from malsapp/react-native-photo-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 886 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
37
38
39
{
"name": "react-native-photo-upload",
"version": "1.3.0",
"description": "Cross platform photo upload component for react native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/malsapp/react-native-photo-upload.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-native-fs": "^2.5.1",
"react-native-image-picker": "^0.26.7",
"react-native-image-resizer": "^1.0.0"
},
"devDependencies": {
"standard": "^10.0.2"
},
"peerDependencies": {
"react": ">15.0",
"react-native": ">0.27"
},
"keywords": [
"photo",
"react",
"react-native",
"resizer",
"image",
"picker",
"base64",
"ios",
"android"
],
"author": "Omar Khaled <omarkhaled320@hotmail.com>",
"license": "MIT"
}