framework/extensions/suspend/flarum.json

26 lines
612 B
JSON
Raw Normal View History

2015-08-05 14:38:53 +08:00
{
"name": "suspend",
"title": "Suspend",
"description": "Suspend users so they can't post.",
"keywords": [],
2015-09-04 10:17:45 +08:00
"version": "0.1.0-beta.2",
2015-08-05 14:38:53 +08:00
"author": {
"name": "Toby Zerner",
2015-09-04 10:17:45 +08:00
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
2015-08-05 14:38:53 +08:00
},
"license": "MIT",
"require": {
2015-09-04 10:17:45 +08:00
"flarum": ">=0.1.0-beta.2"
2015-08-13 11:21:22 +08:00
},
"support": {
"source": "https://github.com/flarum/suspend",
2015-09-04 10:17:45 +08:00
"issues": "https://github.com/flarum/core/issues"
2015-08-13 11:21:22 +08:00
},
"icon": {
2015-09-04 10:17:45 +08:00
"name": "ban",
"backgroundColor": "#ddd",
"color": "#666"
2015-08-05 14:38:53 +08:00
}
2015-08-13 11:21:22 +08:00
}