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

37 lines
843 B
JSON

{
"name": "@uppy/xhr-upload",
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
"version": "0.30.4",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"xhr",
"xhr upload",
"XMLHttpRequest",
"ajax",
"fetch",
"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.28.4",
"@uppy/utils": "0.30.4",
"cuid": "^2.1.1"
},
"devDependencies": {
"@uppy/core": "0.30.4"
},
"peerDependencies": {
"@uppy/core": "^0.30.0"
}
}