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