e8c04adbcb
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
611 B
JSON
30 lines
611 B
JSON
{
|
|
"name": "bitstarr/draft-preview",
|
|
"type": "grav-plugin",
|
|
"description": "Preview Pages that are not published yet",
|
|
"keywords": ["plugin"],
|
|
"homepage": "https://github.com/bitstarr/grav-plugin-draft-preview",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Laube",
|
|
"email": "hello@sebastianlaube.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\DraftPreview\\": "classes/"
|
|
},
|
|
"classmap": ["draft-preview.php"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|