StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
StackGenVis/frontend/node_modules/d3_exploding_boxplot/bower.json

36 lines
666 B

4 years ago
{
"name": "d3_exploding_boxplot",
"version": "0.2.0",
"authors": [
"mcaule <matthieu.caule@gmail.com>"
],
"description": "d3 boxplot visualisation transforming in scatter plot",
"main": "src/d3_exploding_boxplot.js",
"moduleType": [
"amd",
"node"
],
"keywords": [
"d3",
"boxplot"
],
"license": "MIT",
"homepage": "https://github.com/mcaule/d3_exploding_boxplot",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"components/",
"test",
"tests"
],
"dependencies": {
"d3": "~3.5.6",
"d3-tip": "~0.6.7",
"requirejs": "~2.1.20"
},
"resolutions": {
"d3": "~3.5.6"
}
}