forked from patternfly/patternfly-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.26 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
{
"name": "patternfly",
"version": "0.0.0-semantically-released",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "https://www.patternfly.org",
"main": [
"dist/js/patternfly.js",
"dist/css/patternfly.css",
"dist/css/patternfly-additions.css",
"dist/css/rcue.css",
"dist/css/rcue-additions.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests/unit",
"components",
"Makefile",
"PatternFlyIcons-webfont.json",
"patternfly.spec.in"
],
"dependencies": {
"bootstrap": "~3.4.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-sass": "^3.4.0",
"bootstrap-select": "~1.12.2",
"bootstrap-slider": "seiyria-bootstrap-slider#^9.9.0",
"bootstrap-switch": "<=3.3.3",
"bootstrap-touchspin": "~3.1.1",
"c3": "~0.4.11",
"d3": "~3.5.17",
"datatables": "~1.10.15",
"datatables-colreorder": "^1.4.1",
"datatables-colvis": "~1.1.2",
"eonasdan-bootstrap-datetimepicker": "~4.17.47",
"font-awesome": "~4.7.0",
"font-awesome-sass": "~4.7.0",
"google-code-prettify": "~1.0.5",
"jquery": "~3.2.1",
"matchHeight": "~0.7.2",
"moment": "^2.19.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.1.0"
}
}