forked from ckeditor/ckeditor4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.04 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": "ckeditor-dev",
"version": "4.8.0",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs-coverage": "^0.2.1",
"benderjs": "^0.4.2",
"benderjs-jquery": "^0.3.0",
"benderjs-sinon": "^0.3.1",
"benderjs-yui": "^0.3.2",
"benderjs-yui-beautified": "0.0.6",
"grunt": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-jsduck": "^1.0.1",
"grunt-githooks": "^0.6.0",
"less": "^2.5.0",
"shelljs": "^0.7.6",
"cksource-samples-framework": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CKSource (http://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"bugs": "http://dev.ckeditor.com",
"homepage": "http://ckeditor.com",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor-dev.git"
}
}