UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@uppy/transloadit",
3 "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",
4 "version": "1.6.8",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "keywords": [
9 "file uploader",
10 "transloadit",
11 "file encoding",
12 "encoding",
13 "file processing",
14 "video encoding",
15 "crop",
16 "resize",
17 "watermark",
18 "uppy",
19 "uppy-plugin"
20 ],
21 "homepage": "https://uppy.io",
22 "bugs": {
23 "url": "https://github.com/transloadit/uppy/issues"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/transloadit/uppy.git"
28 },
29 "dependencies": {
30 "@uppy/companion-client": "^1.5.3",
31 "@uppy/provider-views": "^1.7.4",
32 "@uppy/tus": "^1.7.5",
33 "@uppy/utils": "^3.2.2",
34 "component-emitter": "^1.2.1",
35 "socket.io-client": "~2.2.0"
36 },
37 "peerDependencies": {
38 "@uppy/core": "^1.0.0"
39 },
40 "gitHead": "32e5445facad7257d32d83b7c915a80bf2c7b65a"
41}