uppy/packages/@uppy/transloadit/package.json
Renée Kooi bd6c2c36ae
Release
- uppy@0.27.2
 - @uppy/companion@0.14.2
 - @uppy/dashboard@0.27.2
 - @uppy/google-drive@0.27.2
 - @uppy/instagram@0.27.2
 - @uppy/react@0.27.2
 - @uppy/transloadit@0.27.2
 - @uppy/tus@0.27.2
 - @uppy/url@0.27.2
2018-08-23 12:38:49 +02:00

44 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.27.2",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/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.27.1",
"@uppy/provider-views": "0.27.1",
"@uppy/tus": "0.27.2",
"@uppy/utils": "0.27.0",
"component-emitter": "^1.2.1",
"socket.io-client": "^2.1.1"
},
"devDependencies": {
"@uppy/core": "0.27.0"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
}
}