uppy/packages/@uppy/onedrive/package.json
Artur Paikin 4b782ffbbb Release
2021-06-30 23:07:21 +01:00

31 lines
733 B
JSON

{
"name": "@uppy/onedrive",
"description": "Import files from OneDrive, into Uppy.",
"version": "1.2.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"onedrive"
],
"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": "8.2.9"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}