-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ckeditor5-emptyness",
"version": "0.2.1",
"description": "How empty is your CKEditor instance? Adds observable isEmpty property and CSS selectors to editors.",
"keywords": [
"ckeditor5",
"ckeditor5-plugin"
],
"dependencies": {
"@ckeditor/ckeditor5-core": "^11.0.1",
"@ckeditor/ckeditor5-engine": "^11.0.0",
"@ckeditor/ckeditor5-utils": "^11.0.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-editor-classic": "^11.0.1",
"@ckeditor/ckeditor5-essentials": "^10.1.2",
"@ckeditor/ckeditor5-paragraph": "^10.0.3",
"eslint": "^5.5.0",
"eslint-config-ckeditor5": "^1.0.7",
"husky": "^0.14.3",
"lint-staged": "^7.0.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"contributors": [
"Alex Eckermann <alex@alexeckermann.com> (https://twitter.com/alexeckermann)"
],
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"bugs": "https://github.com/alexeckermann/ckeditor5-emptyness/issues",
"repository": {
"type": "git",
"url": "https://github.com/alexeckermann/ckeditor5-emptyness.git"
},
"files": [
"src"
],
"scripts": { }
}