forked from ckeditor/ckeditor4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
47
48
49
50
{
"name": "ckeditor4-dev",
"version": "4.17.0",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs": "^0.4.6",
"benderjs-coverage": "^0.2.2",
"benderjs-jquery": "^0.3.0",
"benderjs-sinon": "^0.3.1",
"benderjs-yui": "^0.3.2",
"benderjs-yui-beautified": "0.1.2",
"cksource-samples-framework": "^1.0.1",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jscs": "^3.0.1",
"grunt-jsduck": "^1.0.1",
"less": "^3.8.0",
"lesshat": "^4.1.0",
"replace-in-file": "^6.1.0",
"shelljs": "^0.8.2",
"uglify-js": "^3.12.0"
},
"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": "(GPL-2.0-or-later OR LGPL-2.1 OR MPL-1.1)",
"bugs": "https://github.com/ckeditor/ckeditor4/issues",
"homepage": "https://ckeditor.com",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor4.git"
}
}