aggregation-platform/bower.json

68 lines
1.5 KiB
JSON
Raw Normal View History

2016-06-28 10:22:53 +08:00
{
"name": "hawtio-kubernetes",
"version": "2.1.179",
"keywords": [
"hawtio"
],
"main": [
"dist/hawtio-kubernetes.css",
"dist/hawtio-kubernetes.js"
],
"ignore": [
".*",
"**/.*",
"node_modules",
"bower_components",
"libs",
"test",
"tests",
"plugins"
],
"dependencies": {
"angular-nvd3": "~1.0.2",
"angular": "~1.4.4",
"angular-resource": "~1.4.7",
"angular-ui-codemirror": "~0.3.0",
"angular-ui-validate": "~1.2.1",
"angularjs-scroll-glue": "~0.0.1",
"hawtio-core": "~2.0.16",
"hawtio-forms": "~2.0.15",
"hawtio-oauth": "~2.0.21",
"hawtio-template-cache": "*",
"hawtio-ui": "~2.0.67",
"hawtio-utilities": "~2.0.21",
"kubernetes-container-terminal": "~0.0.3",
"term.js": "~0.0.3",
"urijs": "~1.17.0",
"hawtio-kubernetes-api": "~2.0.0",
"human-date": "^1.3.2",
2016-09-18 18:51:04 +08:00
"js-yaml": "^3.5.4",
2016-09-19 11:16:28 +08:00
"ng-table": "^1.0.0",
2016-10-20 16:31:36 +08:00
"ng-dialog": "^0.6.4",
"ng-file-upload-shim": "^12.2.12",
"ng-file-upload": "^12.2.12"
2016-06-28 10:22:53 +08:00
},
"overrides": {
"term.js": {
"main": [
"./src/term.js"
]
}
},
"devDependencies": {
"bootstrap": "~3.3.6",
"patternfly": "~2.7.0",
"hawtio-core-dts": "~2.0.0",
"angular-mocks": "~1.3.7",
"hawtio-preferences": "~2.0.1",
"hawtio-extension-service": "~2.0.1"
},
"resolutions": {
"codemirror": "^5.0",
"angular": "~1.3.5",
"angular-resource": "~1.3.9",
"urijs": "~1.17.0",
"lodash": "3.10.1"
}
}