UNPKG

885 BJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-table",
3 "version": "41.3.1",
4 "description": "Table feature for CKEditor 5.",
5 "keywords": [
6 "ckeditor",
7 "ckeditor5",
8 "ckeditor 5",
9 "ckeditor5-feature",
10 "ckeditor5-plugin",
11 "ckeditor5-dll"
12 ],
13 "type": "module",
14 "main": "src/index.js",
15 "dependencies": {
16 "ckeditor5": "41.3.1",
17 "lodash-es": "4.17.21"
18 },
19 "author": "CKSource (http://cksource.com/)",
20 "license": "GPL-2.0-or-later",
21 "homepage": "https://ckeditor.com/ckeditor-5",
22 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/ckeditor/ckeditor5.git",
26 "directory": "packages/ckeditor5-table"
27 },
28 "files": [
29 "lang",
30 "src/**/*.js",
31 "src/**/*.d.ts",
32 "theme",
33 "build",
34 "ckeditor5-metadata.json",
35 "CHANGELOG.md"
36 ],
37 "types": "src/index.d.ts"
38}