mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 10:14:16 +08:00
39 lines
978 B
JSON
39 lines
978 B
JSON
{
|
|
"name": "flarum/akismet",
|
|
"description": "Stop spam using the Akismet anti-spam service.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["moderation"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/akismet"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.3",
|
|
"flarum/approval": "^0.1.0-beta.3",
|
|
"tijsverkoyen/akismet": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Akismet\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Akismet",
|
|
"icon": {
|
|
"image": "icon.jpg",
|
|
"backgroundSize": "cover",
|
|
"backgroundColor": "#5e8e14",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|