This commit is contained in:
erwanlr
2022-04-28 14:22:38 +02:00
parent 787e4cef0b
commit 9abba8fd01
43 changed files with 16306 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "marac/trivia-adapter-pack",
"type": "library",
"description": "This plugin package provides a package of 3 Quiz Adapter elements which extends the existing Convoworks WP Plugin.",
"homepage": "https://github.com/zef-dev/trivia-adapter-pack",
"keywords": [
"convoworks"
],
"version": "1.0.0",
"license": "MIT",
"autoload": {
"psr-4": {
"ConvoTriviaPack\\Pckg\\TriviaAdapterPack\\": "src/ConvoTriviaPack/Pckg/TriviaAdapterPack"
}
}
}