package.json 760 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@uppy/image-editor",
  3. "description": "Image editor and cropping UI",
  4. "version": "0.1.5",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "style": "dist/style.min.css",
  8. "types": "types/index.d.ts",
  9. "keywords": [
  10. "file uploader",
  11. "upload",
  12. "uppy",
  13. "uppy-plugin",
  14. "image editor",
  15. "cropper",
  16. "crop",
  17. "rotate",
  18. "resize"
  19. ],
  20. "homepage": "https://uppy.io",
  21. "bugs": {
  22. "url": "https://github.com/transloadit/uppy/issues"
  23. },
  24. "repository": {
  25. "type": "git",
  26. "url": "git+https://github.com/transloadit/uppy.git"
  27. },
  28. "dependencies": {
  29. "cropperjs": "1.5.7",
  30. "preact": "8.2.9"
  31. },
  32. "peerDependencies": {
  33. "@uppy/core": "^1.0.0"
  34. },
  35. "publishConfig": {
  36. "access": "public"
  37. }
  38. }