UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-core",
3 "version": "41.4.2",
4 "description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",
5 "keywords": [
6 "wysiwyg",
7 "rich text",
8 "editor",
9 "html",
10 "contentEditable",
11 "editing",
12 "operational transformation",
13 "ot",
14 "collaboration",
15 "collaborative",
16 "real-time",
17 "framework",
18 "ckeditor",
19 "ckeditor5",
20 "ckeditor 5",
21 "ckeditor5-lib",
22 "ckeditor5-dll"
23 ],
24 "type": "module",
25 "main": "src/index.js",
26 "dependencies": {
27 "@ckeditor/ckeditor5-engine": "41.4.2",
28 "@ckeditor/ckeditor5-utils": "41.4.2",
29 "lodash-es": "4.17.21"
30 },
31 "author": "CKSource (http://cksource.com/)",
32 "license": "GPL-2.0-or-later",
33 "homepage": "https://ckeditor.com/ckeditor-5",
34 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
35 "repository": {
36 "type": "git",
37 "url": "https://github.com/ckeditor/ckeditor5.git",
38 "directory": "packages/ckeditor5-core"
39 },
40 "files": [
41 "dist",
42 "lang",
43 "src/**/*.js",
44 "src/**/*.d.ts",
45 "theme",
46 "ckeditor5-metadata.json",
47 "CHANGELOG.md"
48 ],
49 "types": "src/index.d.ts"
50}