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.

22 lines
449 B

  1. {
  2. "name": "tinymce",
  3. "version": "4.9.11",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/tinymce/tinymce-dist.git"
  7. },
  8. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  9. "author": "Ephox Corporation",
  10. "main": "tinymce.js",
  11. "license": "LGPL-2.1",
  12. "keywords": [
  13. "editor",
  14. "wysiwyg",
  15. "tinymce",
  16. "richtext",
  17. "javascript",
  18. "html"
  19. ],
  20. "bugs": {
  21. "url": "https://github.com/tinymce/tinymce/issues"
  22. }
  23. }