framework/extensions/bbcode/flarum.json

26 lines
633 B
JSON
Raw Normal View History

2015-07-23 18:55:52 +08:00
{
"name": "bbcode",
"title": "BBCode",
"description": "Allow posts to be formatted with BBCode.",
2015-08-13 11:18:16 +08:00
"keywords": ["discussions"],
2015-09-04 10:37:58 +08:00
"version": "0.1.0-beta.2",
2015-07-23 18:55:52 +08:00
"author": {
"name": "Toby Zerner",
2015-09-04 10:37:58 +08:00
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
2015-07-23 18:55:52 +08:00
},
"license": "MIT",
"require": {
2015-09-04 10:37:58 +08:00
"flarum": ">=0.1.0-beta.2"
},
"support": {
"source": "https://github.com/flarum/bbcode",
"issues": "https://github.com/flarum/core/issues"
2015-08-13 11:18:16 +08:00
},
"icon": {
2015-09-04 10:37:58 +08:00
"name": "bold",
"backgroundColor": "#3F8A32",
"color": "#fff"
2015-07-23 18:55:52 +08:00
}
2015-08-13 11:18:16 +08:00
}