package.json 792 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@uppy/file-input",
  3. "description": "Simple UI of a file input button that works with Uppy right out of the box",
  4. "version": "0.28.0",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "jsnext:main": "src/index.js",
  8. "style": "dist/style.min.css",
  9. "types": "types/index.d.ts",
  10. "keywords": [
  11. "file uploader",
  12. "upload",
  13. "uppy",
  14. "uppy-plugin",
  15. "file-input"
  16. ],
  17. "homepage": "https://uppy.io",
  18. "bugs": {
  19. "url": "https://github.com/transloadit/uppy/issues"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git+https://github.com/transloadit/uppy.git"
  24. },
  25. "dependencies": {
  26. "@uppy/utils": "0.28.0",
  27. "preact": "^8.2.9"
  28. },
  29. "devDependencies": {
  30. "@uppy/core": "0.28.0"
  31. },
  32. "peerDependencies": {
  33. "@uppy/core": "^0.29.0"
  34. }
  35. }