forked from nhn/tui.editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.34 KB
/
bower.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
52
53
54
55
56
57
58
59
{
"name": "tui-editor",
"description": "GFM Markdown Wysiwyg Editor - Productive and Extensible",
"authors": ["NHN Ent. FE Development Lab <[email protected]> (https://nhnent.github.io/tui.editor/)"],
"homepage": "https://github.com/nhnent/tui.editor",
"repository": {
"type": "git",
"url": "[email protected]:nhnent/tui.editor.git"
},
"moduleType": [
"globals",
"es6",
"amd",
"node"
],
"keywords": [
"toast",
"ui",
"tui",
"markdown",
"wysiwyg",
"editor",
"preview",
"gfm",
"jquery-plugin"
],
"main": "dist/tui-editor-Editor.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/",
"test",
"tests",
"api",
"report",
"src",
"webpack.config.js",
"karma.conf.js",
"jsdoc.conf.js",
"ISSUE_TEMPLATE.md"
],
"dependencies": {
"tui-code-snippet": "^1.2.9",
"codemirror": "^5.32.0",
"highlightjs": "^9.12.0",
"jquery": "^2.2.4",
"markdown-it": "^8.4.0",
"toMark": "nhnent/toMark#0.0.19",
"tui-color-picker": "^2.0.1",
"squire-rte": "neilj/Squire#306230d0df9b38047cd06204476ddc0582569cfd",
"plantuml-encoder": "kyuwoo-choi/plantuml-encoder#156729063bfa62da6fa5f577627ebab57ae98c95",
"tui-chart": "^2.13.0"
},
"resolutions": {
"tui-code-snippet": "^1.2.9"
}
}