2015-08-05 16:08:53 +09:30
|
|
|
{
|
2018-10-17 13:44:48 +10:30
|
|
|
"name": "flarum/suspend",
|
2015-10-11 18:01:29 +10:30
|
|
|
"description": "Suspend users so they can't post.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 15:01:38 +10:30
|
|
|
"keywords": ["moderation"],
|
2015-10-11 18:01:29 +10:30
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 13:44:48 +10:30
|
|
|
"source": "https://github.com/flarum/suspend"
|
2015-10-11 18:01:29 +10:30
|
|
|
},
|
|
|
|
"require": {
|
2020-03-03 14:51:42 +01:00
|
|
|
"flarum/core": "^0.1.0-beta.12"
|
2015-10-11 18:01:29 +10:30
|
|
|
},
|
2015-08-05 16:08:53 +09:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Suspend\\": "src/"
|
|
|
|
}
|
2015-09-04 11:35:59 +09:30
|
|
|
},
|
2015-10-11 18:01:29 +10:30
|
|
|
"extra": {
|
2016-01-19 17:17:29 +10:30
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 18:01:29 +10:30
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Suspend",
|
|
|
|
"icon": {
|
2018-05-10 15:05:23 +07:00
|
|
|
"name": "fas fa-ban",
|
2015-10-11 18:01:29 +10:30
|
|
|
"backgroundColor": "#ddd",
|
|
|
|
"color": "#666"
|
|
|
|
}
|
|
|
|
}
|
2015-08-05 16:08:53 +09:30
|
|
|
}
|
2015-12-29 12:55:55 +10:30
|
|
|
}
|