mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
45 lines
1 KiB
JSON
45 lines
1 KiB
JSON
{
|
|
"name": "@uppy/robodog",
|
|
"description": "Transloadit SDK for browsers based on Uppy",
|
|
"version": "0.30.4",
|
|
"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": "0.30.4",
|
|
"@uppy/dashboard": "0.30.4",
|
|
"@uppy/dropbox": "0.30.4",
|
|
"@uppy/form": "0.30.4",
|
|
"@uppy/google-drive": "0.30.4",
|
|
"@uppy/instagram": "0.30.4",
|
|
"@uppy/status-bar": "0.30.4",
|
|
"@uppy/transloadit": "0.30.4",
|
|
"@uppy/url": "0.30.4",
|
|
"@uppy/utils": "0.30.4",
|
|
"@uppy/webcam": "0.30.4",
|
|
"es6-promise": "4.2.5",
|
|
"whatwg-fetch": "3.0.0"
|
|
}
|
|
}
|