react-native-file-pick
Version:
A react native interface to access Documents from dropbox google drive, iCloud
32 lines (31 loc) • 846 B
JSON
{
"name": "react-native-file-pick",
"version": "2.3.1",
"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/ArminKardan/react-native-file-pick.git"
},
"keywords": [
"document",
"picker",
"uidocumentmenuviewcontroller",
"react-native",
"dropbox",
"google-drive",
"icloud"
],
"author": "ArminKardan <armin.fire@gmail.com> (@arminkardan)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArminKardan/react-native-file-pick/issues"
},
"homepage": "https://github.com/ArminKardan/react-native-file-pick#readme",
"devDependencies": {
"react-native": "^0.28.0"
}
}