mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
29 lines
623 B
JSON
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"
|
|
}
|
|
}
|