For more information about this repository, visit the project page at https://www.drupal.org/project/bibcite_footnotes
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.
24 lines
704 B
24 lines
704 B
4 years ago
|
{
|
||
|
"name": "drupal/bibcite_footnotes",
|
||
|
"description": "Add citation footnotes with automatic numbering.",
|
||
|
"type": "drupal-module",
|
||
|
"homepage": "https://drupal.org/project/bibcite_footnotes",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Alexander O'Neill (alxp)",
|
||
|
"homepage": "https://www.drupal.org/u/alxp",
|
||
|
"role": "Maintainer"
|
||
|
}
|
||
|
],
|
||
|
"support": {
|
||
|
"issues": "https://drupal.org/project/issues/bibcite_footnotes",
|
||
|
"source": "https://cgit.drupalcode.org/bibcite_footnotes"
|
||
|
},
|
||
|
"license": "GPL-2.0+",
|
||
|
"minimum-stability": "dev",
|
||
|
"require": {
|
||
|
"drupal/core": ">=8.6",
|
||
|
"drupal/fakeobjects": "^1.0"
|
||
|
}
|
||
|
}
|