2015-09-22 16:44:56 +08:00
|
|
|
{
|
2015-12-29 10:24:24 +08:00
|
|
|
"name": "flarum/flarum-ext-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",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby.zerner@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2015-12-29 10:24:24 +08:00
|
|
|
"source": "https://github.com/flarum/flarum-ext-approval"
|
2015-10-11 20:24:48 +08:00
|
|
|
},
|
|
|
|
"require": {
|
2018-01-11 09:49:20 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.8",
|
2016-10-19 18:42:14 +08:00
|
|
|
"flarum/flarum-ext-flags": "^0.1.0-beta.6"
|
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": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 20:24:48 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Approval",
|
|
|
|
"icon": {
|
2018-02-24 06:44:19 +08:00
|
|
|
"name": "fa 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
|
|
|
}
|
|
|
|
}
|