LEFT | RIGHT |
1 /* | 1 /* |
2 This file is part of the Juju GUI, which lets users view and manage Juju | 2 This file is part of the Juju GUI, which lets users view and manage Juju |
3 environments within a graphical interface (https://launchpad.net/juju-gui). | 3 environments within a graphical interface (https://launchpad.net/juju-gui). |
4 Copyright (C) 2012-2013 Canonical Ltd. | 4 Copyright (C) 2012-2013 Canonical Ltd. |
5 | 5 |
6 This program is free software: you can redistribute it and/or modify it under | 6 This program is free software: you can redistribute it and/or modify it under |
7 the terms of the GNU Affero General Public License version 3, as published by | 7 the terms of the GNU Affero General Public License version 3, as published by |
8 the Free Software Foundation. | 8 the Free Software Foundation. |
9 | 9 |
10 This program is distributed in the hope that it will be useful, but WITHOUT | 10 This program is distributed in the hope that it will be useful, but WITHOUT |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 }, '0.1.0', { | 149 }, '0.1.0', { |
150 requires: [ | 150 requires: [ |
151 'node', | 151 'node', |
152 'event', | 152 'event', |
153 'd3-components', | 153 'd3-components', |
154 'juju-models', | 154 'juju-models', |
155 'juju-env', | 155 'juju-env', |
156 'juju-view-utils' | 156 'juju-view-utils' |
157 ] | 157 ] |
158 }); | 158 }); |
LEFT | RIGHT |