forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 948 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
{
"name": "Cockpit build-time Deps",
"private": true,
"dependencies": {
"angular": "1.3.14",
"angular-bootstrap": "0.13.0",
"angular-gettext": "2.3.8",
"angular-route": "1.3.14",
"bootstrap": "3.3.6",
"bootstrap-datepicker": "1.4.0",
"bootstrap-combobox": "1.1.6",
"d3": "3.5.5",
"jquery": "2.1.4",
"jquery-flot": "0.8.3",
"kubernetes-object-describer": "1.0.0",
"kubernetes-container-terminal": "1.0.2",
"kubernetes-topology-graph": "0.0.23",
"momentjs": "2.10.6",
"mustache": "0.8.1",
"patternfly": "3.4.0",
"qunit": "1.14.0",
"qunit-tap": "1.5.0",
"react-lite-cockpit": "0.15.6",
"registry-image-widgets": "0.0.4",
"redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.min.js",
"requirejs": "2.1.16",
"term.js-cockpit": "0.0.7"
}
}