2015-09-22 16:44:56 +08:00
|
|
|
{
|
2018-10-17 11:05:40 +08:00
|
|
|
"name": "flarum/approval",
|
2015-10-11 20:24:48 +08:00
|
|
|
"description": "Make discussions and posts require moderator approval.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:28:54 +08:00
|
|
|
"keywords": ["moderation"],
|
2015-10-11 20:24:48 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
2020-12-09 08:53:32 +08:00
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
|
|
"source": "https://github.com/flarum/approval",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-11 20:24:48 +08:00
|
|
|
},
|
2020-12-09 08:53:32 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 20:24:48 +08:00
|
|
|
"require": {
|
2021-05-17 06:27:21 +08:00
|
|
|
"flarum/core": "^1.0.0",
|
|
|
|
"flarum/flags": "^1.0.0"
|
2015-10-11 20:24:48 +08:00
|
|
|
},
|
2015-09-22 16:44:56 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Approval\\": "src/"
|
|
|
|
}
|
2015-10-11 20:24:48 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:50:19 +08:00
|
|
|
"branch-alias": {
|
2021-05-17 06:27:21 +08:00
|
|
|
"dev-master": "1.x.x-dev"
|
2016-01-19 14:50:19 +08:00
|
|
|
},
|
2015-10-11 20:24:48 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Approval",
|
2021-03-09 03:22:03 +08:00
|
|
|
"category": "feature",
|
2015-10-11 20:24:48 +08:00
|
|
|
"icon": {
|
2018-05-10 15:53:21 +08:00
|
|
|
"name": "fas fa-check",
|
2015-10-12 12:28:54 +08:00
|
|
|
"backgroundColor": "#ABDC88",
|
|
|
|
"color": "#3F8A32"
|
2015-10-11 20:24:48 +08:00
|
|
|
}
|
|
|
|
}
|
2015-09-22 16:44:56 +08:00
|
|
|
}
|
|
|
|
}
|