mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
bug #3853: Update dependency versions in bower.json and package.json
This commit is contained in:
parent
cb24ac8ab8
commit
f7defd072e
@ -1,19 +1,47 @@
|
||||
{
|
||||
"name": "foundation-libsass-template",
|
||||
"name": "opennebula-sunstone",
|
||||
"main": [
|
||||
"dist/login.js",
|
||||
"dist/login.js.map",
|
||||
"dist/main.js",
|
||||
"dist/main.js.map",
|
||||
"css/app.min.css",
|
||||
"css/login.css"
|
||||
],
|
||||
"dependencies": {
|
||||
"foundation": "latest",
|
||||
"flot": "latest",
|
||||
"jquery-migrate": "latest",
|
||||
"datatables": "latest",
|
||||
"jgrowl": "latest",
|
||||
"fontawesome": "latest",
|
||||
"foundation-datatables": "https://github.com/DataTables/Plugins.git",
|
||||
"flot.tooltip": "latest",
|
||||
"no-vnc": "*",
|
||||
"resumablejs": "*",
|
||||
"spice-html5": "git://anongit.freedesktop.org/spice/spice-html5",
|
||||
"require-handlebars-plugin": "~0.11.2",
|
||||
"requirejs": "~2.1.17",
|
||||
"almond": "~0.3.1"
|
||||
"jquery": "2.1.4",
|
||||
"flot": "0.8.3",
|
||||
"jgrowl": "1.4.2",
|
||||
"fontawesome": "4.3.0",
|
||||
"foundation-datatables": "https://github.com/DataTables/Plugins.git#1.0.1",
|
||||
"flot.tooltip": "0.8.4",
|
||||
"no-vnc": "0.5.1",
|
||||
"resumablejs": "git://github.com/23/resumable.js.git#420cd351c5",
|
||||
"spice-html5": "git://anongit.freedesktop.org/spice/spice-html5#ff42bc7399",
|
||||
"require-handlebars-plugin": "0.11.2",
|
||||
"requirejs": "2.1.17",
|
||||
"almond": "0.3.1",
|
||||
"foundation": "5.5.1",
|
||||
"datatables": "1.10.7"
|
||||
},
|
||||
"version": "4.14",
|
||||
"authors": [
|
||||
"Daniel Molina <dmolina@opennebula.org>"
|
||||
],
|
||||
"description": "OpenNebula Sunstone",
|
||||
"moduleType": [
|
||||
"amd"
|
||||
],
|
||||
"license": "Apache",
|
||||
"private": true,
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"resolutions": {
|
||||
"foundation": "5.5.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "foundation-libsass-template",
|
||||
"name": "opennebula-sunstone",
|
||||
"version": "0.0.1",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-requirejs": "^0.4.4",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-sass": "~0.8.0",
|
||||
"node-sass": "~0.7.0"
|
||||
"grunt-sass": "~1.0.0",
|
||||
"node-sass": "~3.2.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user