forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 775 Bytes
/
Copy pathbower.json
File metadata and controls
25 lines (25 loc) · 775 Bytes
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
{
"name": "Cockpit build-time Deps",
"private": true,
"dependencies": {
"angular": "#1.3.14",
"angular-animate": "#1.3.14",
"angular-bootstrap": "#0.13.0",
"angular-route": "#1.3.14",
"angular-patternfly": "2.2.0",
"jquery": "2.1.4",
"jquery-flot": "#0.8.3",
"less": ">=2.5.0",
"kubernetes-object-describer": "1.0.0",
"kubernetes-container-terminal": "0.0.9",
"kubernetes-topology-graph": "0.0.21",
"momentjs": "~2.10.6",
"mustache": "#0.8.1",
"patternfly": "#2.8.0",
"qunit": "#1.14.0",
"qunit-tap": "#1.5.0",
"requirejs": "#2.1.16",
"term.js": "#0.0.3",
"jquery-amend": "cockpit-project/jquery-amend"
}
}