package.json 619 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ckeditor4",
  3. "version": "4.16.0",
  4. "description": "JavaScript WYSIWYG web text editor.",
  5. "main": "ckeditor.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/ckeditor/ckeditor4-releases.git"
  9. },
  10. "keywords": [
  11. "ckeditor4",
  12. "ckeditor",
  13. "fckeditor",
  14. "editor",
  15. "wysiwyg",
  16. "html",
  17. "richtext",
  18. "text",
  19. "javascript"
  20. ],
  21. "author": "CKSource (https://cksource.com/)",
  22. "license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
  23. "bugs": {
  24. "url": "https://github.com/ckeditor/ckeditor4/issues"
  25. },
  26. "homepage": "https://ckeditor.com/ckeditor-4/"
  27. }