framework/extensions/bbcode/flarum.json
2015-09-04 12:07:58 +09:30

26 lines
633 B
JSON

{
"name": "bbcode",
"title": "BBCode",
"description": "Allow posts to be formatted with BBCode.",
"keywords": ["discussions"],
"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/bbcode",
"issues": "https://github.com/flarum/core/issues"
},
"icon": {
"name": "bold",
"backgroundColor": "#3F8A32",
"color": "#fff"
}
}