-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "@emagtechlabs/ckeditor5-file-upload",
"version": "1.0.4",
"description": "Classic File Upload Tool for CKEditor5",
"main": "src/fileupload.js",
"keywords": [
"ckeditor5",
"classic",
"file",
"upload",
"plugin"
],
"dependencies": {
"@ckeditor/ckeditor5-core": "^17.0.0",
"@ckeditor/ckeditor5-upload": "^17.0.0",
"@ckeditor/ckeditor5-ui": "^17.0.0",
"@ckeditor/ckeditor5-clipboard": "^17.0.0",
"@ckeditor/ckeditor5-engine": "^17.0.0",
"@ckeditor/ckeditor5-utils": "^17.0.0",
"@ckeditor/ckeditor5-widget": "^17.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eMAGTechLabs/ckeditor5-file-upload.git"
},
"bugs": {
"url": "https://github.com/eMAGTechLabs/ckeditor5-file-upload/issues"
},
"author": "piriianulavinia",
"license": "GPL-3.0",
"homepage": "https://github.com/eMAGTechLabs/ckeditor5-file-upload#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}