uppy/packages/@uppy/transloadit/package.json
Artur Paikin 7ae8af44ab Release
2019-04-04 19:31:09 +03:00

43 lines
1.1 KiB
JSON

{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
"version": "0.30.4",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"transloadit",
"file encoding",
"encoding",
"file processing",
"video encoding",
"crop",
"resize",
"watermark",
"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": "0.28.4",
"@uppy/provider-views": "0.30.4",
"@uppy/tus": "0.30.4",
"@uppy/utils": "0.30.4",
"component-emitter": "^1.2.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"@uppy/core": "0.30.4"
},
"peerDependencies": {
"@uppy/core": "^0.30.0"
}
}