package.json 660 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "tinymce",
  3. "version": "6.4.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/tinymce/tinymce.git",
  7. "directory": "modules/tinymce"
  8. },
  9. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  10. "author": "Ephox Corporation DBA Tiny Technologies, Inc",
  11. "main": "tinymce.js",
  12. "types": "tinymce.d.ts",
  13. "license": "MIT",
  14. "keywords": [
  15. "wysiwyg",
  16. "tinymce",
  17. "richtext",
  18. "javascript",
  19. "html",
  20. "text",
  21. "rich editor",
  22. "rich text editor",
  23. "rte",
  24. "rich text",
  25. "contenteditable",
  26. "editing"
  27. ],
  28. "homepage": "https://www.tiny.cloud/",
  29. "bugs": {
  30. "url": "https://github.com/tinymce/tinymce/issues"
  31. }
  32. }