ppound
3 years ago
3 changed files with 31 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||||||
|
{ |
||||||
|
"name": "roblib/roblib_search", |
||||||
|
"description": "Searches various enpoints and displays results from each endpoint.", |
||||||
|
"type": "drupal-module", |
||||||
|
"license": "GPL-2.0-or-later", |
||||||
|
"homepage": "https://git.library.upei.ca/Code/upei_roblib_search", |
||||||
|
"authors": [ |
||||||
|
{ |
||||||
|
"name": "Paul Pound", |
||||||
|
"role": "Maintainer" |
||||||
|
} |
||||||
|
], |
||||||
|
"support": { |
||||||
|
"issues": "https://git.library.upei.ca/Code/upei_roblib_search/issues", |
||||||
|
"source": "https://git.library.upei.ca/Code/upei_roblib_search" |
||||||
|
}, |
||||||
|
"repositories": [ |
||||||
|
{ |
||||||
|
"type": "git", |
||||||
|
"url": "git@git.library.upei.ca:Code/upei_roblib_search.git", |
||||||
|
"reference": "2.x" |
||||||
|
} |
||||||
|
], |
||||||
|
"require": { |
||||||
|
"drupal/core": "^9" |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue