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.

20 lines
388 B

  1. {
  2. "name": "tinymce",
  3. "version": "4.1.4",
  4. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  5. "license": "http://www.tinymce.com/license",
  6. "keywords": [
  7. "editor",
  8. "wysiwyg",
  9. "tinymce",
  10. "richtext",
  11. "javascript",
  12. "html"
  13. ],
  14. "homepage": "http://www.tinymce.com",
  15. "main": "tinymce.min.js",
  16. "ignore": [
  17. "readme.md",
  18. "composer.json",
  19. "package.json"
  20. ]
  21. }