-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 978 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
33
34
{
"name": "ckeditor4-dev",
"version": "4.25.0-lts",
"private": true,
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"dependencies": {
"@bloomreach/hippo-ckeditor-youtube-plugin": "2.1.19",
"ckeditor-codemirror-plugin": "github:w8tcha/ckeditor-codemirror-plugin#v1.18.3",
"ckeditor-textselection-plugin": "github:w8tcha/CKEditor-TextSelection-Plugin#42beb1fd401d292487bbde319086d3b662340589",
"ckeditor-wordcount-plugin": "1.17.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ckeditor4",
"ckeditor",
"fckeditor",
"editor",
"wysiwyg",
"html",
"richtext",
"text",
"javascript"
],
"author": "CKSource (https://cksource.com/)",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": "https://github.com/ckeditor/ckeditor4/issues",
"homepage": "https://ckeditor.com",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor4.git"
}
}