uppy/packages/@uppy/google-drive/package.json
Artur Paikin 113b627dd0 Release
2021-08-02 22:38:11 +01:00

32 lines
823 B
JSON

{
"name": "@uppy/google-drive",
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
"version": "2.0.0-alpha.0",
"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": "file:../companion-client",
"@uppy/provider-views": "file:../provider-views",
"@uppy/utils": "file:../utils",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}