32 regels
660 B
JSON
32 regels
660 B
JSON
|
{
|
||
|
"name": "tinymce",
|
||
|
"version": "6.4.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tinymce/tinymce.git",
|
||
|
"directory": "modules/tinymce"
|
||
|
},
|
||
|
"description": "Web based JavaScript HTML WYSIWYG editor control.",
|
||
|
"author": "Ephox Corporation DBA Tiny Technologies, Inc",
|
||
|
"main": "tinymce.js",
|
||
|
"types": "tinymce.d.ts",
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"wysiwyg",
|
||
|
"tinymce",
|
||
|
"richtext",
|
||
|
"javascript",
|
||
|
"html",
|
||
|
"text",
|
||
|
"rich editor",
|
||
|
"rich text editor",
|
||
|
"rte",
|
||
|
"rich text",
|
||
|
"contenteditable",
|
||
|
"editing"
|
||
|
],
|
||
|
"homepage": "https://www.tiny.cloud/",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/tinymce/tinymce/issues"
|
||
|
}
|
||
|
}
|