Browse Source

initial commit

main
astanley 1 week ago
parent
commit
baf37ef071
  1. 22
      composer.json

22
composer.json

@ -0,0 +1,22 @@
{
"name": "roblib/islandora_mirador_annotations",
"description": "Adds persistent Mirador 4 annotations to Islandora Mirador without modifying the base module.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Alan Stanley"
}
],
"require": {
"php": ">=8.1",
"drupal/core": "^10 || ^11"
},
"support": {
"issues": "https://git.library.upei.ca/astanley/islandora_mirador_annotations/issues",
"source": "https://git.library.upei.ca/astanley/islandora_mirador_annotations"
},
"extra": {
"installer-name": "islandora_mirador_annotations"
}
}
Loading…
Cancel
Save