forked from ckeditor/ckeditor5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.54 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
51
{
"name": "ckeditor5",
"version": "0.6.0",
"description": "The development version of CKEditor; the best browser-based WYSIWYG editor.",
"keywords": [
"CKEditor",
"Editor",
"WYSIWYG"
],
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "*",
"@ckeditor/ckeditor5-basic-styles": "*",
"@ckeditor/ckeditor5-clipboard": "*",
"@ckeditor/ckeditor5-core": "*",
"@ckeditor/ckeditor5-editor-classic": "*",
"@ckeditor/ckeditor5-engine": "*",
"@ckeditor/ckeditor5-enter": "*",
"@ckeditor/ckeditor5-heading": "*",
"@ckeditor/ckeditor5-image": "*",
"@ckeditor/ckeditor5-link": "*",
"@ckeditor/ckeditor5-list": "*",
"@ckeditor/ckeditor5-markdown-gfm": "*",
"@ckeditor/ckeditor5-paragraph": "*",
"@ckeditor/ckeditor5-theme-lark": "*",
"@ckeditor/ckeditor5-typing": "*",
"@ckeditor/ckeditor5-ui": "*",
"@ckeditor/ckeditor5-undo": "*",
"@ckeditor/ckeditor5-utils": "*"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-docs": "^6.1.0",
"@ckeditor/ckeditor5-dev-lint": "^2.0.0",
"@ckeditor/ckeditor5-dev-tests": "^6.1.0",
"gulp": "^3.9.0",
"guppy-pre-commit": "^0.4.0",
"lerna": "2.0.0-beta.32",
"mgit2": "^0.4.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"homepage": "http://ckeditor.com",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git"
}
}