document-picker/package.json
2019-07-05 14:52:00 -04:00

35 lines
925 B
JSON

{
"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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": "^16.0.0-beta.5",
"react-native": "^0.49.3"
}
}