package.json 612 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "tinymce",
  3. "version": "5.1.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. "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. "__npminstall_done": true,
  24. "_from": "tinymce@5.1.0",
  25. "_resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-5.1.0.tgz"
  26. }