mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 05:50:08 +00:00
36 lines
862 B
JSON
36 lines
862 B
JSON
{
|
|
"name": "@uppy/google-drive",
|
|
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
|
|
"version": "0.28.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/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.27.2",
|
|
"@uppy/provider-views": "0.28.0",
|
|
"@uppy/utils": "0.28.0",
|
|
"preact": "^8.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.28.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.28.0"
|
|
}
|
|
}
|