mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@uppy/robodog",
|
|
"description": "Transloadit SDK for browsers based on Uppy",
|
|
"version": "2.1.1",
|
|
"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/core": "workspace:^",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/dropbox": "workspace:^",
|
|
"@uppy/facebook": "workspace:^",
|
|
"@uppy/form": "workspace:^",
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/instagram": "workspace:^",
|
|
"@uppy/onedrive": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"@uppy/transloadit": "workspace:^",
|
|
"@uppy/url": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"@uppy/webcam": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
"core-js": "~3.15.2",
|
|
"md-gum-polyfill": "^1.0.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"whatwg-fetch": "^3.6.2"
|
|
}
|
|
}
|