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
| {
| "name": "tinymce",
| "description": "Web based JavaScript HTML WYSIWYG editor control.",
| "license": "MIT",
| "keywords": [
| "wysiwyg",
| "tinymce",
| "richtext",
| "javascript",
| "html",
| "text",
| "rich editor",
| "rich text editor",
| "rte",
| "rich text",
| "contenteditable",
| "editing"
| ],
| "homepage": "https://www.tiny.cloud/",
| "ignore": [
| "README.md",
| "composer.json",
| "package.json",
| ".npmignore",
| "CHANGELOG.md"
| ]
| }
|
|