
| Current Path : /var/www/html/musik/web/modules/contrib/csv_importer/ |
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/musik/web/modules/contrib/csv_importer/composer.json |
{
"name": "drupal/csv_importer",
"type": "drupal-module",
"description": "CSV Importer.",
"keywords": ["drupal", "csv", "import"],
"license": "GPL-2.0+",
"minimum-stability": "dev",
"prefer-stable": true,
"authors": [
{
"name": "Lasha Badashvili",
"email": "lashabp@gmail.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"autoload": {
"psr-4": {
"Drupal\\csv_importer\\": "./src"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\csv_importer\\": "./tests/src"
}
}
}