29 lines
781 B
JSON
Executable File
29 lines
781 B
JSON
Executable File
{
|
|
"name": "clivebeckett/admin-addon-media-metadata",
|
|
"type": "grav-plugin",
|
|
"description": "Add Metadata (title, alt, caption) to image files in admin plugin",
|
|
"keywords": ["plugin"],
|
|
"homepage": "https://github.com/clivebeckett/grav-plugin-admin-addon-media-metadata",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Clive Beckett",
|
|
"email": "clive@musikinsnetz.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\AdminAddonMediaMetadata\\": "classes/"
|
|
},
|
|
"classmap": ["admin-addon-media-metadata.php"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
} |