composer.json 719 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "froala/wysiwyg-editor",
  3. "description": "A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.",
  4. "type": "component",
  5. "homepage": "https://www.froala.com/wysiwyg-editor",
  6. "license": "proprietary",
  7. "support": {
  8. "issues": "https://www.froala.com/wysiwyg-editor/contact"
  9. },
  10. "keywords": [
  11. "froala",
  12. "froala-editor",
  13. "froala-wysiwyg",
  14. "html",
  15. "text",
  16. "editor",
  17. "wysiwyg",
  18. "jquery-plugin",
  19. "rich editor",
  20. "rich text editor",
  21. "rte",
  22. "javascript",
  23. "jquery"
  24. ],
  25. "authors": [
  26. {
  27. "name": "Froala Labs",
  28. "email": "support@froala.com"
  29. }
  30. ]
  31. }