UNPKG

876 BJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-list",
3 "version": "41.3.1",
4 "description": "Ordered and unordered lists feature to 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 },
18 "author": "CKSource (http://cksource.com/)",
19 "license": "GPL-2.0-or-later",
20 "homepage": "https://ckeditor.com/ckeditor-5",
21 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/ckeditor/ckeditor5.git",
25 "directory": "packages/ckeditor5-list"
26 },
27 "files": [
28 "lang",
29 "src/**/*.js",
30 "src/**/*.d.ts",
31 "theme",
32 "build",
33 "ckeditor5-metadata.json",
34 "CHANGELOG.md"
35 ],
36 "types": "src/index.d.ts"
37}