You've already forked grav-plugin-listmonk
27 lines
573 B
JSON
27 lines
573 B
JSON
{
|
|
"name": "magdev/listmonk",
|
|
"type": "grav-plugin",
|
|
"description": "Listmonk integration for GravCMS",
|
|
"version": "1.0.0",
|
|
"keywords": ["plugin"],
|
|
"homepage": "https://github.com/magdev/grav-plugin-listmonk",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "magdev",
|
|
"email": "magdev3.0@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"adnanhussainturki/listmonk-php": "^0.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\Listmonk\\": "classes/"
|
|
},
|
|
"classmap": ["listmonk.php"]
|
|
}
|
|
}
|