You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
479 B
24 lines
479 B
{
|
|
"name": "tinymce",
|
|
"version": "5.8.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tinymce/tinymce-dist.git"
|
|
},
|
|
"description": "Web based JavaScript HTML WYSIWYG editor control.",
|
|
"author": "Tiny Technologies, Inc",
|
|
"main": "tinymce.js",
|
|
"types": "tinymce.d.ts",
|
|
"license": "LGPL-2.1",
|
|
"keywords": [
|
|
"editor",
|
|
"wysiwyg",
|
|
"tinymce",
|
|
"richtext",
|
|
"javascript",
|
|
"html"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/tinymce/tinymce/issues"
|
|
}
|
|
}
|