composer.json 829 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "tinymce/tinymce",
  3. "version": "5.10.3",
  4. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  5. "license": [
  6. "LGPL-2.1-only"
  7. ],
  8. "keywords": [
  9. "wysiwyg",
  10. "tinymce",
  11. "richtext",
  12. "javascript",
  13. "html",
  14. "text",
  15. "rich editor",
  16. "rich text editor",
  17. "rte",
  18. "rich text",
  19. "contenteditable",
  20. "editing"
  21. ],
  22. "homepage": "https://www.tiny.cloud/",
  23. "type": "component",
  24. "extra": {
  25. "component": {
  26. "scripts": [
  27. "tinymce.js",
  28. "plugins/*/plugin.js",
  29. "themes/*/theme.js",
  30. "themes/*/icons.js"
  31. ],
  32. "files": [
  33. "tinymce.min.js",
  34. "plugins/*/plugin.min.js",
  35. "themes/*/theme.min.js",
  36. "skins/**",
  37. "icons/*/icons.min.js"
  38. ]
  39. }
  40. },
  41. "archive": {
  42. "exclude": [
  43. "README.md",
  44. "bower.js",
  45. "package.json",
  46. ".npmignore",
  47. "CHANGELOG.md"
  48. ]
  49. }
  50. }