composer.json
0 → 100644
+29
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/taxonomy_formatter",
|
||
"description": "This is a small module written to provide a custom formatter for taxonomy items",
|
||
"type": "drupal-module",
|
||
"homepage": "https://www.drupal.org/project/taxonomy_formatter",
|
||
"keywords": ["Drupal", "Content", "Content Display", "Fields", "Taxonomy"],
|
||
"license": "GPL-2.0+",
|
||
"minimum-stability": "dev",
|
||
"prefer-stable": true,
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/taxonomy_formatter",
|
||
"irc": "irc://irc.freenode.org/drupal-contribute",
|
||
"source": "https://www.drupal.org/project/taxonomy_formatter"
|
||
},
|
||
"authors": [
|
||
{
|
||
"name": "Dan Linn",
|
||
"homepage": "https://github.com/danlinn",
|
||
"role": "Maintainer"
|
||
}
|
||
],
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://packages.drupal.org/8"
|
||
}
|
||
],
|
||
"require": { }
|
||
} |
Loading