43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "react-native-document-picker",
|
|
"version": "3.5.3",
|
|
"description": "A react native interface to access Documents from dropbox google drive, iCloud",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint ."
|
|
},
|
|
"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": {
|
|
"@react-native-community/eslint-config": "^2.0.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"prettier": "^2.0.5",
|
|
"react": "^16.0.0-beta.5",
|
|
"react-native": "^0.49.3",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"dependencies": {}
|
|
}
|