forked from ckeditor/ckeditor4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 818 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
{
"name": "ckeditor-dev",
"version": "4.4.8",
"description": "The development version of CKEditor - JavaScript WYSIWYG web text editor.",
"devDependencies": {
"benderjs": "~0.2.1",
"benderjs-jquery": "~0.3.0",
"benderjs-sinon": "~0.2.1",
"benderjs-yui": "~0.2.3",
"grunt": "~0.4.5",
"grunt-contrib-imagemin": "~0.8.1",
"grunt-jscs": "~1.5.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-githooks": "~0.3.1",
"shelljs": "~0.3.0"
},
"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"
}
}