forked from steveathon/bootstrap-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 747 Bytes
/
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
{
"name": "bootstrap-wysiwyg",
"description": "A tiny Bootstrap and jQuery based WYSIWYG rich text editor based on the browser function execCommand.",
"version": "1.0.4",
"keywords": [
"css",
"js",
"responsive",
"front-end",
"web",
"wysiwyg",
"editor"
],
"homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
"main": [
"bootstrap-wysiwyg.js",
"bootstrap-wysiwyg.min.js"
],
"ignore": [
".*",
"index.html",
"CHANGES",
"LICENSE",
"SUPPORTED"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery.hotkeys": "https://github.com/jeresig/jquery.hotkeys.git#master",
"fontawesome": "~4.3.0",
"bootstrap": "~3.3.5",
"google-code-prettify": "~1.0.4"
}
}