forked from ckeditor/ckeditor5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.15 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.15 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "ckeditor5",
"version": "5.0.0-0.dev",
"description": "The development version of CKEditor; the best browser-based WYSIWYG editor.",
"keywords": [
"CKEditor",
"Editor",
"WYSIWYG"
],
"dependencies": {
"ckeditor5-engine": "ckeditor/ckeditor5-engine",
"ckeditor5-ui": "ckeditor/ckeditor5-ui",
"ckeditor5-ui-default": "ckeditor/ckeditor5-ui-default",
"ckeditor5-utils": "ckeditor/ckeditor5-utils",
"requirejs": "Reinmar/requirejs"
},
"devDependencies": {
"almond": "^0.3.0",
"babel-core": "^6.4.0",
"babel-plugin-transform-es2015-modules-amd": "^6.1.18",
"babel-plugin-transform-es2015-modules-commonjs": "^6.2.0",
"benderjs": "^0.4.1",
"benderjs-chai": "^0.2.0",
"benderjs-coverage": "^0.2.1",
"benderjs-mocha": "^0.3.0",
"benderjs-promise": "^0.1.0",
"benderjs-sinon": "^0.3.0",
"chai": "^3.4.0",
"concat-stream": "^1.5.1",
"del": "^2.0.2",
"fs-extra": "^0.26.4",
"git-guppy": "^1.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-filter": "^3.0.1",
"gulp-jscs": "^3.0.2",
"gulp-jsdoc3": "^0.2.0",
"gulp-jshint": "^2.0.0",
"gulp-mirror": "^1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"guppy-pre-commit": "^0.3.0",
"inquirer": "^0.11.0",
"istanbul": "^0.4.1",
"jsdoc": "^3.4.0",
"jshint": "^2.9.1",
"jshint-reporter-jscs": "^0.1.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mocha": "^2.2.5",
"mockery": "^1.4.0",
"multipipe": "^0.3.0",
"ncp": "^2.0.0",
"replace": "^0.3.0",
"shelljs": "^0",
"sinon": "^1.17.0",
"through2": "^2.0.0"
},
"engines": {
"node": ">=5.0.0",
"npm": ">=3.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "See LICENSE.md",
"homepage": "http://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git"
},
"scripts": {
"test": "mocha dev/tests --recursive",
"coverage": "istanbul cover _mocha dev/tests/ -- --recursive"
}
}