package.json 672 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@uppy/form",
  3. "description": "Connect Uppy to an existing HTML <form>.",
  4. "version": "0.30.5",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "types": "types/index.d.ts",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-plugin",
  12. "form"
  13. ],
  14. "homepage": "https://uppy.io",
  15. "bugs": {
  16. "url": "https://github.com/transloadit/uppy/issues"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/transloadit/uppy.git"
  21. },
  22. "dependencies": {
  23. "@uppy/utils": "0.30.5",
  24. "get-form-data": "^2.0.0"
  25. },
  26. "devDependencies": {
  27. "@uppy/core": "0.30.5"
  28. },
  29. "peerDependencies": {
  30. "@uppy/core": "^1.0.0"
  31. }
  32. }