1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/bower.json
Chris Houseknecht 9e3700545e Job page autosizing and long names
Autosizing on the jobs page assumed that there would be a certain amount of consistency with respect to row heights. However, really long job template names blow that assumptions and things break. Finally figured out how to add ellipsis via CSS, and that fixed the problem.
2014-07-03 02:19:17 -04:00

31 lines
655 B
JSON

{
"name": "ansible-commander",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"awx/ui/static/lib",
"test",
"tests"
],
"dependencies": {
"angular-codemirror": "~1.0.2",
"angular-cookies": "~1.2.12",
"angular-md5": "~0.1.7",
"angular-resource": "~1.2.12",
"angular-sanitize": "~1.2.12",
"angular-scheduler": "~0.0.14",
"bootstrap": "~3.1.1",
"components-font-awesome": "~4.0.3",
"less.js": "~1.6.3",
"select2": "~3.4.5",
"sizzle": "1.10.16",
"d3js": "*",
"angular-tz-extensions": "~0.3.10"
},
"resolutions": {
"angular": "1.2.19"
}
}