26 lines
683 B
JSON
Executable file
26 lines
683 B
JSON
Executable file
{
|
|
"name": "adrienpayet/front-comments",
|
|
"description": "Kirby plugin for adding comments anywhere in front-end pages.",
|
|
"license": "MIT",
|
|
"type": "kirby-plugin",
|
|
"version": "0.11.2",
|
|
"homepage": "https://framagit.org/isUnknown/kirby-front-comments",
|
|
"authors": [
|
|
{
|
|
"name": "Adrien Payet",
|
|
"email": "adrien.payet@outlook.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": true
|
|
},
|
|
"preferred-install": "dist"
|
|
},
|
|
"extra": {
|
|
"installer-name": "front-comments"
|
|
}
|
|
}
|