mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 05:47:38 +08:00
26 lines
581 B
JSON
26 lines
581 B
JSON
{
|
|
"name": "suspend",
|
|
"title": "Suspend",
|
|
"description": "Suspend users so they can't post.",
|
|
"keywords": [],
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"flarum": ">0.1.0"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/suspend",
|
|
"issues": "https://github.com/flarum/suspend/issues"
|
|
},
|
|
"icon": {
|
|
"name": "ban",
|
|
"backgroundColor": "#ddd",
|
|
"color": "#666"
|
|
}
|
|
}
|