v1/web/modules/contrib/facets_short_pretty_paths/composer.json

23 lines
682 B
JSON

{
"name": "drupal/facets_short_pretty_paths",
"type": "drupal-module",
"description": "Shortens Facets Pretty Paths.",
"keywords": ["Drupal", "Facets"],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/facets_short_pretty_paths",
"support": {
"issues": "https://www.drupal.org/project/issues/facets_short_pretty_paths",
"source": "https://git.drupalcode.org/project/facets_short_pretty_paths"
},
"authors": [
{
"name": "Christophe Jossart (colorfield)",
"homepage": "https://www.drupal.org/node/2625160/committers",
"role": "Maintainer"
}
],
"require": {
"drupal/facets_pretty_paths": "^1"
}
}