package.json 645 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@uppy/image-editor",
  3. "description": "Image editor and cropping UI",
  4. "version": "0.1.0",
  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. ],
  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. "preact": "8.2.9"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "^1.0.0"
  30. }
  31. }