
| Current Path : /var/www/html/rocksensor3/web/modules/contrib/charts/modules/charts_c3/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor3/web/modules/contrib/charts/modules/charts_c3/composer.json |
{
"name": "drupal/charts_c3",
"description": "Charts module integration with C3 Charts.",
"type": "drupal-module",
"homepage": "http://drupal.org/project/charts",
"support": {
"issues": "https://www.drupal.org/project/issues/charts"
},
"license": "GPL-2.0+",
"require": {
"c3js/c3": "0.7.20",
"d3/d3": "4.9.1"
},
"repositories": [
{
"type": "package",
"package": {
"name": "c3js/c3",
"version": "v0.7.20",
"type": "drupal-library",
"extra": {
"installer-name": "c3"
},
"dist": {
"url": "https://github.com/c3js/c3/archive/v0.7.20.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "d3/d3",
"version": "v4.9.1",
"type": "drupal-library",
"extra": {
"installer-name": "d3"
},
"dist": {
"url": "https://github.com/d3/d3/releases/download/v4.9.1/d3.zip",
"type": "zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
}
}
}
]
}