framework/extensions/akismet/flarum.json
2015-09-04 12:44:02 +09:30

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"
}
}