@ckeditor/ckeditor5-import-word
Version:
Import from Word feature for CKEditor 5.
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "@ckeditor/ckeditor5-import-word",
"version": "48.1.1",
"description": "Import from 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",
"open Word",
"convert from Word",
"import Word",
"import from Word",
"Word converter",
"Word to HTML"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-clipboard": "48.1.1",
"@ckeditor/ckeditor5-cloud-services": "48.1.1",
"@ckeditor/ckeditor5-core": "48.1.1",
"@ckeditor/ckeditor5-engine": "48.1.1",
"@ckeditor/ckeditor5-icons": "48.1.1",
"@ckeditor/ckeditor5-merge-fields": "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
}