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.

24 lines
392 B

  1. {
  2. "name": "tinymce/tinymce",
  3. "version": "4.1.4",
  4. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  5. "license": [
  6. "LGPL-2.1"
  7. ],
  8. "keywords": [
  9. "editor",
  10. "wysiwyg",
  11. "tinymce",
  12. "richtext",
  13. "javascript",
  14. "html"
  15. ],
  16. "homepage": "http://www.tinymce.com",
  17. "type": "library",
  18. "archive": {
  19. "exclude": [
  20. "readme.md",
  21. "bower.js",
  22. "package.json"
  23. ]
  24. }
  25. }