mirror of
https://github.com/flarum/framework.git
synced 2025-02-04 02:22:00 +08:00
34 lines
847 B
JSON
34 lines
847 B
JSON
{
|
|
"name": "flarum/flarum-ext-bbcode",
|
|
"description": "Allow posts to be formatted with BBCode.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["formatting"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/flarum-ext-bbcode"
|
|
},
|
|
"require": {
|
|
"flarum/core": "^0.1.0-beta.8"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "BBCode",
|
|
"icon": {
|
|
"name": "fas fa-bold",
|
|
"backgroundColor": "#238C59",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|