forked from ckeditor/ckeditor4
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 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
{
"name": "ckeditor-dev",
"version": "4.5.9",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs-coverage": "^0.2.1",
"benderjs": "^0.4.1",
"benderjs-jquery": "^0.3.0",
"benderjs-sinon": "^0.3.1",
"benderjs-yui": "^0.3.2",
"grunt": "^0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-jscs": "^2.0.0",
"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.5.0",
"less": "^2.5.0",
"shelljs": "^0",
"cksource-samples-framework": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "CKSource (http://cksource.com/)",
"license": "For licensing, see LICENSE.md or http://ckeditor.com/license.",
"bugs": "http://dev.ckeditor.com",
"homepage": "http://ckeditor.com",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor-dev.git"
}
}