forked from jhollingworth/bootstrap-wysihtml5
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 1.11 KB
/
bower.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "rv-bootstrap3-wysihtml5",
"version": "0.0.3",
"main": [
"dist/bootstrap3-wysihtml5.min.css",
"dist/bootstrap3-wysihtml5.min.js"
],
"homepage": "https://github.com/Rise-Vision/bootstrap3-wysihtml5",
"authors": [
"Donna Peplinskie"
],
"description": "Bootstrap 3 compatible WYSIWYG editor",
"keywords": [
"rise-vision",
"bootstrap",
"wysiwyg"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"components",
"test"
],
"devDependencies": {
"angular": "~1.2.18",
"angular-mocks": "1.2.18",
"q": "1.0.1",
"jquery": "1.11.0",
"sinon": "~1.10.2"
},
"dependencies": {
"bootstrap-form-components": "https://github.com/Rise-Vision/bootstrap-form-components.git",
"common-style": "https://github.com/Rise-Vision/common-style.git",
"jQuery": "~1.11.1",
"widget-common": "https://github.com/Rise-Vision/widget-common.git",
"widget-settings-ui-components": "https://github.com/Rise-Vision/widget-settings-ui-components.git",
"wysihtml5": "https://github.com/Rise-Vision/wysihtml5.git#0.4.2-rv"
}
}