forked from react-native-documents/document-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.21 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
38
39
40
41
42
43
44
45
{
"name": "react-native-document-picker",
"version": "3.2.0",
"description": "A react native interface to access Documents from dropbox google drive, iCloud",
"main": "index.js",
"scripts": {
"start": "react-native start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Elyx0/react-native-document-picker.git"
},
"keywords": [
"document",
"picker",
"uidocumentmenuviewcontroller",
"react-native",
"dropbox",
"google-drive",
"icloud"
],
"author": "Elyx0 <elyx00@gmail.com> (@Elyx0)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elyx0/react-native-document-picker/issues"
},
"homepage": "https://github.com/Elyx0/react-native-document-picker#readme",
"peerDependencies": {
"react-native": ">= 0.33"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/runtime": "^7.3.1",
"@react-native-community/eslint-config": "^0.0.3",
"@types/jest": "^24.0.15",
"@types/react-test-renderer": "^16.8.2",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.54.1",
"react": "16.8.6",
"react-native": "0.60.0",
"react-test-renderer": "16.8.6"
}
}