mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 11:27:13 +08:00
26 lines
632 B
JSON
26 lines
632 B
JSON
{
|
|
"name": "reports",
|
|
"title": "Reports",
|
|
"description": "Allow users to report posts for moderator review.",
|
|
"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"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/reports",
|
|
"issues": "https://github.com/flarum/core/issues"
|
|
},
|
|
"icon": {
|
|
"name": "flag",
|
|
"backgroundColor": "#e92693",
|
|
"color": "#fff"
|
|
}
|
|
}
|