mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
35 lines
829 B
JSON
35 lines
829 B
JSON
{
|
|
"name": "@uppy/google-drive",
|
|
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
|
|
"version": "0.30.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"google drive",
|
|
"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": "0.28.4",
|
|
"@uppy/provider-views": "0.30.4",
|
|
"@uppy/utils": "0.30.4",
|
|
"preact": "^8.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|