forked from eclipse-che/che
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
53 lines (53 loc) · 1.29 KB
/
Copy pathbower.json
File metadata and controls
53 lines (53 loc) · 1.29 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "che-dashboard",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git://github.com/codenvy/che-dashboard.git"
},
"license": "EPL-1.0",
"dependencies": {
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-aria": "1.4.8",
"angular-bootstrap": "1.1.2",
"angular-charts": "0.2.6",
"angular-cookies": "1.4.8",
"angular-dropdowns": "1.0.0",
"angular-filter": "0.5.4",
"angular-material": "1.0.1",
"angular-moment": "0.9.0",
"angular-messages": "1.4.8",
"angular-mocks": "1.4.8",
"angular-resource": "1.4.8",
"angular-route": "1.4.8",
"angular-sanitize": "1.4.8",
"angular-touch": "1.4.8",
"angular-ui-codemirror": "0.3.0",
"angular-websocket": "1.0.9",
"bootstrap-stylus": "4.0.2",
"font-awesome": "4.5.0",
"google-material-color": "1.2.0",
"jsonlint": "1.6.0",
"ng-clip": "0.2.6",
"ng-lodash": "0.2.3",
"zeroclipboard": "2.2.0",
"angular-uuid4": "0.3.0",
"angular-file-upload": "2.0.0",
"jquery": "2.1.3",
"js-yaml": "3.6.1",
"codemirror": "5.19.0"
},
"devDependencies": {},
"resolutions": {
"angular": "~1.4.8"
},
"overrides": {
"font-awesome": {
"main": [
"./css/font-awesome.css",
"./fonts/*"
]
}
}
}