mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
35 lines
813 B
JSON
35 lines
813 B
JSON
{
|
|
"name": "@uppy/tus",
|
|
"description": "Resumable uploads for Uppy using Tus.io",
|
|
"version": "0.30.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"upload",
|
|
"resumable",
|
|
"tus"
|
|
],
|
|
"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/utils": "0.30.4",
|
|
"tus-js-client": "github:ifedapoolarewaju/tus-js-client#d63fcf08ee43080a0e1cc968ad5986ace788c2d4"
|
|
},
|
|
"devDependencies": {
|
|
"@uppy/core": "0.30.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^0.30.0"
|
|
}
|
|
}
|