37 lines
792 B
JSON
37 lines
792 B
JSON
{
|
|
"name": "jodit",
|
|
"version": "4.7.9",
|
|
"description": "Jodit is an awesome and useful wysiwyg editor with filebrowser",
|
|
"main": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xdan/jodit.git"
|
|
},
|
|
"keywords": [
|
|
"wysiwyg",
|
|
"wysiwyg editor",
|
|
"wysiwyg html editor",
|
|
"rich text",
|
|
"rich editor",
|
|
"rich text editor",
|
|
"html",
|
|
"text",
|
|
"editor",
|
|
"contenteditable",
|
|
"javascript",
|
|
"typescript",
|
|
"vanillajs",
|
|
"jodit"
|
|
],
|
|
"author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/xdan/jodit/issues"
|
|
},
|
|
"homepage": "https://xdsoft.net/jodit/",
|
|
"devDependencies": {},
|
|
"module": "esm/index.js",
|
|
"dependencies": {}
|
|
} |