1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
awx/bower.json

33 lines
760 B
JSON
Raw Normal View History

{
"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": "*",
2014-05-01 00:16:15 +04:00
"angular-tz-extensions": "~0.3.10",
"malihu-custom-scrollbar-plugin": "2.8.4",
"jQuery.dotdotdot": "~1.6.14"
},
"resolutions": {
"angular": "1.2.15-build.2398+sha.4bab3d8"
}
}