mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 05:47:38 +08:00
34 lines
796 B
JSON
34 lines
796 B
JSON
{
|
|
"name": "flarum/suspend",
|
|
"description": "Suspend users so they can't post.",
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/suspend"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Suspend\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Suspend",
|
|
"icon": {
|
|
"name": "ban",
|
|
"backgroundColor": "#ddd",
|
|
"color": "#666"
|
|
}
|
|
}
|
|
}
|
|
} |