1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@uppy/tus",
- "description": "Resumable uploads for Uppy using Tus.io",
- "version": "2.0.0",
- "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": "file:../companion-client",
- "@uppy/utils": "file:../utils",
- "tus-js-client": "^2.1.1"
- },
- "peerDependencies": {
- "@uppy/core": "^2.0.0"
- }
- }
|