Subversion Repositories oidplus

Rev

Rev 1042 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
597 daniel-mar 1
{
2
        "name": "tinymce/tinymce",
1422 daniel-mar 3
        "version": "5.10.8",
597 daniel-mar 4
        "description": "Web based JavaScript HTML WYSIWYG editor control.",
5
        "license": [
6
                "LGPL-2.1-only"
7
        ],
8
        "keywords": [
9
                "wysiwyg",
10
                "tinymce",
11
                "richtext",
12
                "javascript",
637 daniel-mar 13
                "html",
14
                "text",
15
                "rich editor",
16
                "rich text editor",
17
                "rte",
18
                "rich text",
19
                "contenteditable",
20
                "editing"
597 daniel-mar 21
        ],
637 daniel-mar 22
        "homepage": "https://www.tiny.cloud/",
597 daniel-mar 23
        "type": "component",
24
        "extra": {
25
                "component": {
26
                        "scripts": [
27
                                "tinymce.js",
28
                                "plugins/*/plugin.js",
29
                                "themes/*/theme.js",
30
                                "themes/*/icons.js"
31
                        ],
32
                        "files": [
33
                                "tinymce.min.js",
34
                                "plugins/*/plugin.min.js",
35
                                "themes/*/theme.min.js",
36
                                "skins/**",
37
                                "icons/*/icons.min.js"
38
                        ]
39
                }
40
        },
41
        "archive": {
42
                "exclude": [
43
                        "README.md",
44
                        "bower.js",
45
                        "package.json",
46
                        ".npmignore",
47
                        "CHANGELOG.md"
48
                ]
49
        }
50
}