Subversion Repositories oidplus

Rev

Rev 1422 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
        "name": "tinymce",
1434 daniel-mar 3
        "version": "5.10.9",
597 daniel-mar 4
        "repository": {
5
                "type": "git",
637 daniel-mar 6
                "url": "https://github.com/tinymce/tinymce.git",
7
                "directory": "modules/tinymce"
597 daniel-mar 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",
637 daniel-mar 19
                "html",
20
                "text",
21
                "rich editor",
22
                "rich text editor",
23
                "rte",
24
                "rich text",
25
                "contenteditable",
26
                "editing"
597 daniel-mar 27
        ],
637 daniel-mar 28
        "homepage": "https://www.tiny.cloud/",
597 daniel-mar 29
        "bugs": {
30
                "url": "https://github.com/tinymce/tinymce/issues"
31
        }
32
}