Add jquery-ui to bower.json
This commit is contained in:
61
bower.json
61
bower.json
@@ -1,31 +1,34 @@
|
|||||||
{
|
{
|
||||||
"name": "stackviz",
|
"name": "stackviz",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tim Buckley <timothy.jas.buckley@hp.com>",
|
"Tim Buckley <timothy.jas.buckley@hp.com>",
|
||||||
"Austin Clark <austin.clark@hp.com>"
|
"Austin Clark <austin.clark@hp.com>"
|
||||||
],
|
],
|
||||||
"description": "A performance visualization utility for DevStack and Tempest",
|
"description": "A performance visualization utility for DevStack and Tempest",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache 2.0",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components",
|
"bower_components",
|
||||||
"test",
|
"test",
|
||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "~3.3.1",
|
"bootstrap": "~3.3.1",
|
||||||
"datatables": "~1.10.4",
|
"datatables": "~1.10.4",
|
||||||
"datatables-plugins": "~1.0.1",
|
"datatables-plugins": "~1.0.1",
|
||||||
"flot": "~0.8.3",
|
"flot": "~0.8.3",
|
||||||
"font-awesome": "~4.2.0",
|
"font-awesome": "~4.2.0",
|
||||||
"holderjs": "~2.4.1",
|
"holderjs": "~2.4.1",
|
||||||
"metisMenu": "~1.1.3",
|
"metisMenu": "~1.1.3",
|
||||||
"morrisjs": "~0.5.1",
|
"morrisjs": "~0.5.1",
|
||||||
"datatables-responsive": "~1.0.3",
|
"datatables-responsive": "~1.0.3",
|
||||||
"bootstrap-social": "~4.8.0",
|
"bootstrap-social": "~4.8.0",
|
||||||
"flot.tooltip": "~0.8.4",
|
"flot.tooltip": "~0.8.4",
|
||||||
"d3": "~3.5.6"
|
"d3": "~3.5.6"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jquery-ui": "~1.11.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user