mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
34 lines
778 B
JSON
34 lines
778 B
JSON
{
|
|
"name": "@uppy/box",
|
|
"description": "Import files from Box, into Uppy.",
|
|
"version": "0.4.0-alpha.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"box"
|
|
],
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|