@ckeditor/ckeditor5-export-word
Version:
Export to Word feature for CKEditor 5.
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@ckeditor/ckeditor5-export-word",
"version": "48.1.1",
"description": "Export to Word feature for CKEditor 5.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (https://cksource.com/)",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://support.ckeditor.com/hc/en-us/requests/new",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
"WYSIWYG",
"WYSIWYM",
"text",
"rich-text",
"richtext",
"ckeditor",
"editor",
"editing",
"html",
"contentEditable",
"Word",
"print Word",
"save Word",
"convert to Word",
"export Word",
"export to Word",
"Word converter",
"HTML to Word"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-cloud-services": "48.1.1",
"@ckeditor/ckeditor5-collaboration-core": "48.1.1",
"@ckeditor/ckeditor5-comments": "48.1.1",
"@ckeditor/ckeditor5-core": "48.1.1",
"@ckeditor/ckeditor5-icons": "48.1.1",
"@ckeditor/ckeditor5-merge-fields": "48.1.1",
"@ckeditor/ckeditor5-track-changes": "48.1.1",
"@ckeditor/ckeditor5-ui": "48.1.1",
"@ckeditor/ckeditor5-utils": "48.1.1"
},
"files": [
"dist",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"types": "./dist/index.d.ts",
"obfuscated": true
}