forked from nhn/tui.editor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
61 lines (61 loc) · 1.28 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
60
61
{
"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.3.0",
"codemirror": "^5.32.0",
"highlightjs": "^9.12.0",
"jquery": "^3.3.1",
"markdown-it": "^8.4.0",
"to-mark": "^1.1.0",
"tui-color-picker": "^2.2.0",
"squire-rte": "neilj/Squire#306230d0df9b38047cd06204476ddc0582569cfd",
"plantuml-encoder": "^1.2.5",
"tui-chart": "^2.13.0"
},
"resolutions": {
"tui-code-snippet": "^1.2.9"
}
}