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.

23 lines
474 B

  1. {
  2. "name": "tinymce",
  3. "version": "5.5.0",
  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. "types": "tinymce.d.ts",
  12. "license": "LGPL-2.1",
  13. "keywords": [
  14. "editor",
  15. "wysiwyg",
  16. "tinymce",
  17. "richtext",
  18. "javascript",
  19. "html"
  20. ],
  21. "bugs": {
  22. "url": "https://github.com/tinymce/tinymce/issues"
  23. }
  24. }