forked from ckeditor/ckeditor4-presets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 958 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
30
31
32
{
"private": true,
"name": "ckeditor4-presets",
"version": "4.17.1",
"description": "CKEditor 4 Presets Builder.",
"keywords": [
"ckeditor4",
"ckeditor",
"fckeditor",
"editor",
"wysiwyg",
"html",
"richtext",
"text",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ckeditor/ckeditor4-presets.git"
},
"author": "CKSource (https://cksource.com/)",
"license": "(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)",
"bugs": {
"url": "https://github.com/ckeditor/ckeditor4-presets/issues"
},
"homepage": "https://ckeditor.com",
"dependencies": {
"ckeditor-plugin-scayt": "https://github.com/WebSpellChecker/ckeditor-plugin-scayt#fcb81290b156fac1cd5e344b7d80e21bfb5177ca",
"ckeditor-plugin-wsc": "https://github.com/WebSpellChecker/ckeditor-plugin-wsc#4ba7a5fb3529ca372e4ac97aaf1ee338eccec8f7",
"ckeditor4-plugin-exportpdf": "1.0.4"
}
}