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

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"
}
}