framework/extensions/suspend/flarum.json
2015-09-04 11:47:45 +09:30

26 lines
612 B
JSON

{
"name": "suspend",
"title": "Suspend",
"description": "Suspend users so they can't post.",
"keywords": [],
"version": "0.1.0-beta.2",
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
"flarum": ">=0.1.0-beta.2"
},
"support": {
"source": "https://github.com/flarum/suspend",
"issues": "https://github.com/flarum/core/issues"
},
"icon": {
"name": "ban",
"backgroundColor": "#ddd",
"color": "#666"
}
}