mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "flarum/approval",
|
|
"description": "Make discussions and posts require moderator approval.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["moderation"],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/approval",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.16",
|
|
"flarum/flags": "^0.1.0-beta.16"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Approval\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Approval",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-check",
|
|
"backgroundColor": "#ABDC88",
|
|
"color": "#3F8A32"
|
|
}
|
|
}
|
|
}
|
|
}
|