generated from Nodarx/template
4e302ea923
Signed-off-by: Sebastian <krupinski01@gmail.com>
13 lines
364 B
JSON
13 lines
364 B
JSON
{
|
|
"name": "ktrix/media-viewer",
|
|
"description": "Media viewer module — provides inline image and video preview at the file viewer integration point, reusable across modules",
|
|
"type": "ktrix-module",
|
|
"license": "AGPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KTXM\\MediaViewer\\": "lib/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|