@uppy/google-drive-picker
Version:
The Google Drive Picker plugin for Uppy lets users import files from their Google Drive account
33 lines • 797 B
JSON
{
"name": "@uppy/google-drive-picker",
"description": "The Google Drive Picker plugin for Uppy lets users import files from their Google Drive account",
"version": "0.3.5",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"keywords": [
"file uploader",
"google drive",
"google picker",
"cloud storage",
"uppy",
"uppy-plugin"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"@uppy/companion-client": "^4.4.2",
"@uppy/provider-views": "^4.4.3",
"@uppy/utils": "^6.1.4",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.5"
}
}