uppy/packages/@uppy/form/package.json
2021-08-24 16:13:19 +02:00

29 lines
623 B
JSON

{
"name": "@uppy/form",
"description": "Connect Uppy to an existing HTML <form>.",
"version": "2.0.0",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"form"
],
"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/utils": "file:../utils",
"get-form-data": "^2.0.0"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}