composer.json 578 B

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