mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
33 lines
760 B
JSON
33 lines
760 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",
|
|
"malihu-custom-scrollbar-plugin": "2.8.4",
|
|
"jQuery.dotdotdot": "~1.6.14"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.2.15-build.2398+sha.4bab3d8"
|
|
}
|
|
}
|