diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-01-05 15:28:40 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-01-05 15:28:40 +0000 |
commit | 992351e0febfdefed0d65768b90ab758ba15741c (patch) | |
tree | 14046cd0c7d7d75321062c83cb17ad48b0d9b7e6 | |
parent | 24c57b566f8927589a82c6abba46c36ff81c0721 (diff) | |
download | lorries-992351e0febfdefed0d65768b90ab758ba15741c.tar.gz |
Add xstatic packages needed for Horizon - Openstackbaserock/franred/add-XStatic-packages-horizon-dependencies
-rw-r--r-- | open-source-lorries/xstatic-packages.lorry | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/open-source-lorries/xstatic-packages.lorry b/open-source-lorries/xstatic-packages.lorry new file mode 100644 index 0000000..1ff953a --- /dev/null +++ b/open-source-lorries/xstatic-packages.lorry @@ -0,0 +1,74 @@ +{ + "xstatic-packages/xstatic-angular": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-angular" + }, + "xstatic-packages/xstatic-angular-cookies": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-angular-cookies" + }, + "xstatic-packages/xstatic-angular-mock": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-angular-mock" + }, + "xstatic-packages/xstatic-bootstrap-datepicker": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-bootstrap-datepicker" + }, + "xstatic-packages/xstatic-bootstrap-scss": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-bootstrap-scss" + }, + "xstatic-packages/xstatic-d3": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-d3" + }, + "xstatic-packages/xstatic-font-awesome": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-font-awesome" + }, + "xstatic-packages/xstatic-hogan": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-hogan" + }, + "xstatic-packages/xstatic-jasmine": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-jasmine" + }, + "xstatic-packages/xstatic-jquery": { + "type": "hg", + "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery" + }, + "xstatic-packages/xstatic-jquery-migrate": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-jquery-migrate" + }, + "xstatic-packages/xstatic-jquery-quicksearch": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-jquery.quicksearch" + }, + "xstatic-packages/xstatic-jquery-tablesorter": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-jquery.tablesorter" + }, + "xstatic-packages/xstatic-jquery-ui": { + "type": "hg", + "url": "https://bitbucket.org/thomaswaldmann/xstatic-jquery_ui" + }, + "xstatic-packages/xstatic-jsencrypt": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-jsencrypt" + }, + "xstatic-packages/xstatic-qunit": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-qunit" + }, + "xstatic-packages/xstatic-rickshaw": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-rickshaw" + }, + "xstatic-packages/xstatic-spin": { + "type": "git", + "url": "https://git.openstack.org/stackforge/xstatic-spin" + } +} |