mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 02:43:00 +08:00
27 lines
668 B
JSON
27 lines
668 B
JSON
|
{
|
||
|
"name": "akismet",
|
||
|
"title": "Akismet",
|
||
|
"description": "Stop spam using the Akismet anti-spam service.",
|
||
|
"keywords": [],
|
||
|
"version": "0.1.0-beta.2",
|
||
|
"author": {
|
||
|
"name": "Toby Zerner",
|
||
|
"email": "toby@flarum.org",
|
||
|
"homepage": "http://tobyzerner.com"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"flarum": ">=0.1.0-beta.2",
|
||
|
"reports": ">=0.1.0-beta.2"
|
||
|
},
|
||
|
"support": {
|
||
|
"source": "https://github.com/flarum/akismet",
|
||
|
"issues": "https://github.com/flarum/core/issues"
|
||
|
},
|
||
|
"icon": {
|
||
|
"name": "filter",
|
||
|
"backgroundColor": "#5e8e14",
|
||
|
"color": "#fff"
|
||
|
}
|
||
|
}
|