Revision f7defd07
src/sunstone/public/bower.json | ||
---|---|---|
1 | 1 |
{ |
2 |
"name": "foundation-libsass-template", |
|
2 |
"name": "opennebula-sunstone", |
|
3 |
"main": [ |
|
4 |
"dist/login.js", |
|
5 |
"dist/login.js.map", |
|
6 |
"dist/main.js", |
|
7 |
"dist/main.js.map", |
|
8 |
"css/app.min.css", |
|
9 |
"css/login.css" |
|
10 |
], |
|
3 | 11 |
"dependencies": { |
4 |
"foundation": "latest", |
|
5 |
"flot": "latest", |
|
6 |
"jquery-migrate": "latest", |
|
7 |
"datatables": "latest", |
|
8 |
"jgrowl": "latest", |
|
9 |
"fontawesome": "latest", |
|
10 |
"foundation-datatables": "https://github.com/DataTables/Plugins.git", |
|
11 |
"flot.tooltip": "latest", |
|
12 |
"no-vnc": "*", |
|
13 |
"resumablejs": "*", |
|
14 |
"spice-html5": "git://anongit.freedesktop.org/spice/spice-html5", |
|
15 |
"require-handlebars-plugin": "~0.11.2", |
|
16 |
"requirejs": "~2.1.17", |
|
17 |
"almond": "~0.3.1" |
|
12 |
"jquery": "2.1.4", |
|
13 |
"flot": "0.8.3", |
|
14 |
"jgrowl": "1.4.2", |
|
15 |
"fontawesome": "4.3.0", |
|
16 |
"foundation-datatables": "https://github.com/DataTables/Plugins.git#1.0.1", |
|
17 |
"flot.tooltip": "0.8.4", |
|
18 |
"no-vnc": "0.5.1", |
|
19 |
"resumablejs": "git://github.com/23/resumable.js.git#420cd351c5", |
|
20 |
"spice-html5": "git://anongit.freedesktop.org/spice/spice-html5#ff42bc7399", |
|
21 |
"require-handlebars-plugin": "0.11.2", |
|
22 |
"requirejs": "2.1.17", |
|
23 |
"almond": "0.3.1", |
|
24 |
"foundation": "5.5.1", |
|
25 |
"datatables": "1.10.7" |
|
26 |
}, |
|
27 |
"version": "4.14", |
|
28 |
"authors": [ |
|
29 |
"Daniel Molina <dmolina@opennebula.org>" |
|
30 |
], |
|
31 |
"description": "OpenNebula Sunstone", |
|
32 |
"moduleType": [ |
|
33 |
"amd" |
|
34 |
], |
|
35 |
"license": "Apache", |
|
36 |
"private": true, |
|
37 |
"ignore": [ |
|
38 |
"**/.*", |
|
39 |
"node_modules", |
|
40 |
"bower_components", |
|
41 |
"test", |
|
42 |
"tests" |
|
43 |
], |
|
44 |
"resolutions": { |
|
45 |
"foundation": "5.5.1" |
|
18 | 46 |
} |
19 | 47 |
} |
src/sunstone/public/package.json | ||
---|---|---|
1 | 1 |
{ |
2 |
"name": "foundation-libsass-template",
|
|
2 |
"name": "opennebula-sunstone",
|
|
3 | 3 |
"version": "0.0.1", |
4 | 4 |
"devDependencies": { |
5 |
"grunt": "~0.4.1", |
|
5 |
"grunt": "^0.4.5", |
|
6 |
"grunt-cli": "^0.1.13", |
|
6 | 7 |
"grunt-contrib-requirejs": "^0.4.4", |
7 | 8 |
"grunt-contrib-watch": "~0.5.3", |
8 |
"grunt-sass": "~0.8.0",
|
|
9 |
"node-sass": "~0.7.0"
|
|
9 |
"grunt-sass": "~1.0.0",
|
|
10 |
"node-sass": "~3.2.0"
|
|
10 | 11 |
} |
11 | 12 |
} |
Also available in: Unified diff