-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.08 KB
/
package.json
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
41
42
43
44
45
46
{
"name": "ckeditor5-find-replace",
"version": "0.3.1",
"description": "Find and Replace plugin for CKEditor 5.",
"author": {
"name": "Antonio Lucas Neres",
"email": "[email protected]"
},
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
"find",
"search",
"replace"
],
"dependencies": {},
"peerDependencies": {
"@ckeditor/ckeditor5-core": ">=21.0.0",
"@ckeditor/ckeditor5-ui": ">=21.0.0",
"@ckeditor/ckeditor5-utils": ">=21.0.0"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"license": "MIT",
"homepage": "https://github.com/antoniolucasnobar/ckeditor5-find-replace",
"bugs": "https://github.com/antoniolucasnobar/ckeditor5-find-replace/issues",
"repository": {
"type": "git",
"url": "https://github.com/antoniolucasnobar/ckeditor5-find-replace.git"
},
"files": [
"lang",
"src",
"theme"
],
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-ckeditor5": "^3.1.0",
"eslint-plugin-import": "^2.22.1"
}
}