mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 20:05:01 +08:00
36 lines
839 B
JSON
36 lines
839 B
JSON
{
|
|
"name": "flarum/flags",
|
|
"description": "Allow users to flag posts for moderator review.",
|
|
"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/flags"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Flags\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Flags",
|
|
"icon": {
|
|
"name": "flag",
|
|
"backgroundColor": "#D659B5",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|