You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
733 B

  1. {
  2. "name": "tinymce/tinymce",
  3. "version": "5.7.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. "themes/*/icons.js"
  25. ],
  26. "files": [
  27. "tinymce.min.js",
  28. "plugins/*/plugin.min.js",
  29. "themes/*/theme.min.js",
  30. "skins/**",
  31. "icons/*/icons.min.js"
  32. ]
  33. }
  34. },
  35. "archive": {
  36. "exclude": [
  37. "readme.md",
  38. "bower.js",
  39. "package.json",
  40. ".npmignore",
  41. "changelog.txt"
  42. ]
  43. }
  44. }