@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "@ckeditor/ckeditor5-core",
"version": "43.0.0",
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
"keywords": [
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"framework",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-lib",
"ckeditor5-dll"
],
"type": "module",
"main": "src/index.js",
"dependencies": {
"@ckeditor/ckeditor5-engine": "43.0.0",
"@ckeditor/ckeditor5-utils": "43.0.0",
"@ckeditor/ckeditor5-watchdog": "43.0.0",
"lodash-es": "4.17.21"
},
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git",
"directory": "packages/ckeditor5-core"
},
"files": [
"dist",
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"types": "src/index.d.ts"
}