mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 22:03:27 +08:00
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "flarum/flags",
|
|
"description": "Allow users to flag posts for moderator review.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["moderation"],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/flags",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.14"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Flags\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Flags",
|
|
"category": "moderation",
|
|
"icon": {
|
|
"name": "fas fa-flag",
|
|
"backgroundColor": "#D659B5",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|