forked from steveathon/bootstrap-wysiwyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 777 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
34
{
"name": "bootstrap-wysiwyg",
"description": "Tiny Bootstrap and JQuery Based WISWYG rich text editor based on browser execCommand.",
"version": "1.0.2",
"keywords": [
"css",
"js",
"responsive",
"front-end",
"web",
"wysiwyg",
"editor"
],
"homepage": "https://github.com/steveathon/bootstrap-wysiwyg",
"main": [
"bootstrap-wysiwyg.js",
"bootstrap-wysiwyg.min.js",
"bootstrap-wysiwyg.min.js"
],
"ignore": [
".*",
"external/",
"index.css",
"index.html",
"CONTRIBUTING"
],
"dependencies": {
"jquery": ">= 1.9.1",
"jquery.hotkeys": "https://github.com/jeresig/jquery.hotkeys.git#master",
"fontawesome": ">= 3.0.0",
"bootstrap": ">= 2.0",
"google-code-prettify": ">= 1.0.1"
}
}