forked from froala/wysiwyg-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
62 lines (62 loc) · 1.65 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
62
{
"name": "FroalaWysiwygEditor",
"version": "1.2.6",
"description": "A beautiful jQuery WYSIWYG HTML text editor. High performance and modern design make it easy to use for developers and loved by users.",
"main": [
"css/froala_editor.min.css",
"css/froala_content.min.css",
"css/froala_style.min.css",
"css/font-awesome.min.css",
"fonts/fontawesome-webfont.eot",
"fonts/fontawesome-webfont.svg",
"fonts/fontawesome-webfont.ttf",
"fonts/fontawesome-webfont.woff",
"js/froala_editor.min.js",
"js/plugins/block_styles.min.js",
"js/plugins/colors.min.js",
"js/plugins/media_manager.min.js",
"js/plugins/tables.min.js",
"js/plugins/video.min.js",
"js/plugins/font_family.min.js",
"js/plugins/font_size.min.js",
"js/plugins/char_counter.min.js"
],
"keywords": [
"froala",
"text",
"editor",
"wysiwyg",
"html"
],
"ignore": [
"examples",
"img",
"froala-wysiwyg.jquery.json",
"bower.json"
],
"licenses": [
{
"type": "CC",
"url": "http://creativecommons.org/licenses/by-nc-nd/4.0/"
},
{
"type": "Single Website",
"url": "http://editor.froala.com/download"
},
{
"type": "Developer",
"url": "http://editor.froala.com/download"
},
{
"type": "Business",
"url": "http://editor.froala.com/download"
},
{
"type": "OEM",
"url": "http://editor.froala.com/download"
}
],
"dependencies": {
"jquery": ">=1.11.0"
}
}