UNPKG

@ckeditor/ckeditor5-import-word

Version:

Import from Word feature for CKEditor 5.

81 lines (80 loc) 1.95 kB
{ "name": "@ckeditor/ckeditor5-import-word", "version": "44.3.0", "description": "Import from Word feature for CKEditor 5.", "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": "src/index.js", "dependencies": { "@ckeditor/ckeditor5-clipboard": "44.3.0", "@ckeditor/ckeditor5-cloud-services": "44.3.0", "@ckeditor/ckeditor5-core": "44.3.0", "@ckeditor/ckeditor5-engine": "44.3.0", "@ckeditor/ckeditor5-merge-fields": "44.3.0", "@ckeditor/ckeditor5-ui": "44.3.0", "@ckeditor/ckeditor5-utils": "44.3.0", "ckeditor5": "44.3.0" }, "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", "files": [ "dist", "lang", "src/**/*.js", "src/**/*.d.ts", "theme", "build", "ckeditor5-metadata.json", "CHANGELOG.md" ], "types": "src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "import": "./src/index.js", "default": "./src/index.js" }, "./dist/*": { "types": "./src/index.d.ts", "import": "./dist/*", "default": "./dist/*" }, "./src/*": { "types": "./src/*.d.ts", "import": "./src/*", "default": "./src/*" }, "./build/*": "./build/*", "./lang/*": "./lang/*", "./theme/*": "./theme/*", "./ckeditor5-metadata.json": "./ckeditor5-metadata.json", "./package.json": "./package.json" }, "obfuscated": true }