@ckeditor/ckeditor5-template
Version:
Template feature for CKEditor 5.
47 lines (46 loc) • 1.09 kB
JSON
{
"name": "@ckeditor/ckeditor5-template",
"version": "48.1.1",
"description": "Template feature for CKEditor 5.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "CKSource (http://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",
"text",
"rich-text",
"richtext",
"ckeditor",
"editor",
"editing",
"html",
"contentEditable",
"template"
],
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"dependencies": {
"@ckeditor/ckeditor5-core": "48.1.1",
"@ckeditor/ckeditor5-icons": "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
}