-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 882 Bytes
/
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
{
"name": "ckeditor5-image-remove-event-callback-plugin",
"version": "1.2.0",
"description": "CKEditor 5 image remove event handler plugin",
"dependencies": {
"@ckeditor/ckeditor5-core": "*",
"@ckeditor/ckeditor5-image": "*"
},
"main": "src/ImageRemoveEventCallbackPlugin.js",
"repository": {
"type": "git",
"url": "https://github.com/shibbirweb/ckeditor5-image-remove-event-callback-plugin.git"
},
"files": [
"src"
],
"keywords": [
"CKEditor 5",
"image",
"image remove event"
],
"author": "MD. Shibbir Ahmed <shibbirweb@gmail.com> (http://shibbir.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shibbirweb/ckeditor5-image-remove-event-callback-plugin/issues",
"email": "shibbirweb@gmail.com"
},
"homepage": "https://github.com/shibbirweb/ckeditor5-image-remove-event-callback-plugin#readme"
}