mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 19:23:35 -05:00
Added to bower.json packages that were missing. Upgraded angular to 1.2.19 in the process.
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"name": "jquery-ui",
|
|
"repo": "components/jqueryui",
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"scripts": [
|
|
"jquery-ui.js"
|
|
],
|
|
"main": "jquery-ui.js",
|
|
"dependencies": {
|
|
"components/jquery": "*"
|
|
}
|
|
}
|