UNPKG

673 BJSONView Raw
1{
2 "name": "tinymce",
3 "version": "7.1.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/tinymce/tinymce.git",
7 "directory": "modules/tinymce"
8 },
9 "description": "Web based JavaScript HTML WYSIWYG editor control.",
10 "author": "Ephox Corporation DBA Tiny Technologies, Inc",
11 "main": "tinymce.js",
12 "types": "tinymce.d.ts",
13 "license": "GPL-2.0-or-later",
14 "keywords": [
15 "wysiwyg",
16 "tinymce",
17 "richtext",
18 "javascript",
19 "html",
20 "text",
21 "rich editor",
22 "rich text editor",
23 "rte",
24 "rich text",
25 "contenteditable",
26 "editing"
27 ],
28 "homepage": "https://www.tiny.cloud/",
29 "bugs": {
30 "url": "https://github.com/tinymce/tinymce/issues"
31 }
32}
\No newline at end of file