-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1000 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-universal-attach-picker",
"version": "1.0.3",
"description": "Universal attach wrapper to pick documents, files, photos, and video from gallery",
"main": "AttachmentPicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Konstantin Abramov",
"contributors": [
{
"name": "Konstantin Abramov",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/abramovks/react-native-universal-attach-picker.git"
},
"homepage": "https://github.com/abramovks/react-native-universal-attach-picker",
"license": "MIT",
"keywords": [
"react-native",
"react-native-universal-attach-picker",
"react",
"native",
"image",
"camera",
"document",
"file",
"picker"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-image-picker": "^4.7.3",
"react-native-document-picker": "^8.0.0"
}
}