Subversion Repositories oidplus

Rev

Rev 1422 | View as "text/json" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. {
  2.         "name": "tinymce",
  3.         "version": "5.10.9",
  4.         "repository": {
  5.                 "type": "git",
  6.                 "url": "https://github.com/tinymce/tinymce.git",
  7.                 "directory": "modules/tinymce"
  8.         },
  9.         "description": "Web based JavaScript HTML WYSIWYG editor control.",
  10.         "author": "Tiny Technologies, Inc",
  11.         "main": "tinymce.js",
  12.         "types": "tinymce.d.ts",
  13.         "license": "LGPL-2.1",
  14.         "keywords": [
  15.                 "wysiwyg",
  16.                 "tinymce",
  17.                 "richtext",
  18.                 "javascript",
  19.                 "html",
  20.                 "text",
  21.                 "rich editor",
  22.                 "rich text editor",
  23.                 "rte",
  24.                 "rich text",
  25.                 "contenteditable",
  26.                 "editing"
  27.         ],
  28.         "homepage": "https://www.tiny.cloud/",
  29.         "bugs": {
  30.                 "url": "https://github.com/tinymce/tinymce/issues"
  31.         }
  32. }