composer.json 657 B

1234567891011121314151617181920
  1. {
  2. "name": "ckeditor/ckeditor",
  3. "description": "JavaScript WYSIWYG web text editor.",
  4. "type": "library",
  5. "keywords": [ "ckeditor4", "ckeditor", "fckeditor", "editor", "wysiwyg", "html", "richtext", "text", "javascript" ],
  6. "homepage": "https://ckeditor.com/ckeditor-4/",
  7. "license": [ "GPL-2.0+", "LGPL-2.1+", "MPL-1.1+" ],
  8. "authors": [
  9. {
  10. "name": "CKSource",
  11. "homepage": "https://cksource.com"
  12. }
  13. ],
  14. "support": {
  15. "issues": "https://github.com/ckeditor/ckeditor4/issues",
  16. "forum": "https://stackoverflow.com/tags/ckeditor",
  17. "wiki": "https://ckeditor.com/docs/ckeditor4/latest/",
  18. "source": "https://github.com/ckeditor/ckeditor4"
  19. }
  20. }