composer.json 680 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "tinymce/tinymce",
  3. "version": "5.1.0",
  4. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  5. "license": [
  6. "LGPL-2.1-only"
  7. ],
  8. "keywords": [
  9. "editor",
  10. "wysiwyg",
  11. "tinymce",
  12. "richtext",
  13. "javascript",
  14. "html"
  15. ],
  16. "homepage": "http://www.tinymce.com",
  17. "type": "component",
  18. "extra": {
  19. "component": {
  20. "scripts": [
  21. "tinymce.js",
  22. "plugins/*/plugin.js",
  23. "themes/*/theme.js"
  24. ],
  25. "files": [
  26. "tinymce.min.js",
  27. "plugins/*/plugin.min.js",
  28. "themes/*/theme.min.js",
  29. "skins/**"
  30. ]
  31. }
  32. },
  33. "archive": {
  34. "exclude": [
  35. "readme.md",
  36. "bower.js",
  37. "package.json",
  38. ".npmignore",
  39. "changelog.txt"
  40. ]
  41. }
  42. }