forked from openshift/origin-web-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 1.07 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
48
49
{
"name": "origin-web-common",
"version": "3.9.0-alpha.11",
"main": [
"dist/origin-web-common.js",
"dist/origin-web-common.css"
],
"authors": [
"Red Hat"
],
"description": "Library of common services and components for OpenShift Web Console.",
"license": "Apache-2.0",
"ignore": [
"Gruntfile.js",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".travis.yml",
"Makefile",
"hack",
"src",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/openshift/origin-web-common.git"
},
"dependencies": {
"angular": "~1.5.11",
"angular-sanitize": "~1.5.11",
"angular-utf8-base64": "~0.0.5",
"hawtio-core": "~2.0.37",
"hawtio-extension-service": "~2.0.2",
"hopscotch": "~0.2.7",
"jquery": "~3.2.1",
"kubernetes-label-selector": "~2.1.1",
"lodash": "~4.17.4",
"patternfly": ">=3.27.2 <4.0",
"uri.js": "~1.18.12"
},
"devDependencies": {
"angular-mocks": "~1.5.11",
"angular-scenario": "~1.5.11"
},
"resolutions": {
"jquery": "3.2.1"
}
}