2015-08-05 14:38:53 +08:00
|
|
|
{
|
2015-12-29 10:25:55 +08:00
|
|
|
"name": "flarum/flarum-ext-suspend",
|
2015-10-11 15:31:29 +08:00
|
|
|
"description": "Suspend users so they can't post.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:31:38 +08:00
|
|
|
"keywords": ["moderation"],
|
2015-10-11 15:31:29 +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:25:55 +08:00
|
|
|
"source": "https://github.com/flarum/flarum-ext-suspend"
|
2015-10-11 15:31:29 +08:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"flarum/core": "^0.1.0-beta.3"
|
|
|
|
},
|
2015-08-05 14:38:53 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Suspend\\": "src/"
|
|
|
|
}
|
2015-09-04 10:05:59 +08:00
|
|
|
},
|
2015-10-11 15:31:29 +08:00
|
|
|
"extra": {
|
2016-01-19 14:47:29 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-11 15:31:29 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Suspend",
|
|
|
|
"icon": {
|
|
|
|
"name": "ban",
|
|
|
|
"backgroundColor": "#ddd",
|
|
|
|
"color": "#666"
|
|
|
|
}
|
|
|
|
}
|
2015-08-05 14:38:53 +08:00
|
|
|
}
|
2015-12-29 10:25:55 +08:00
|
|
|
}
|