-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbower.json
41 lines (41 loc) · 1 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
{
"name": "oshinko-web",
"description": "A web ui for managing spark clusters on Openshift",
"main": "server.js",
"authors": [
"Chad Roberts <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/crobby/angular-seed-openshift",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.11",
"angular-animate": "1.5.11",
"angular-touch": "1.5.11",
"angular-route": "1.5.11",
"patternfly": "3.16.0",
"angular-patternfly": "3.16.0",
"angular-bootstrap": "0.14.3",
"angular-mocks": "1.5.11",
"angular-notification-icons": "0.4.4",
"angular-hint": "0.3.8",
"uri.js": "1.18.0",
"hawtio-core": "2.0.37",
"hawtio-extension-service": "2.0.2",
"angular-utf8-base64": "0.0.5",
"kubernetes-label-selector": "2.0.0"
},
"resolutions": {
"bootstrap": "3.3.7",
"angular": "1.5.11",
"jquery": "2.1.4",
"lodash": "4.17.11"
}
}