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.
22 lines
684 B
22 lines
684 B
{ |
|
"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" |
|
} |
|
}
|
|
|