2015-07-23 18:55:52 +08:00
|
|
|
{
|
2018-10-17 11:14:47 +08:00
|
|
|
"name": "flarum/bbcode",
|
2015-10-12 12:39:39 +08:00
|
|
|
"description": "Allow posts to be formatted with BBCode.",
|
|
|
|
"type": "flarum-extension",
|
|
|
|
"keywords": ["formatting"],
|
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2020-12-09 08:53:48 +08:00
|
|
|
"source": "https://github.com/flarum/bbcode",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-12 12:39:39 +08:00
|
|
|
},
|
2020-12-09 08:53:48 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-12 12:39:39 +08:00
|
|
|
"require": {
|
2021-05-17 06:27:27 +08:00
|
|
|
"flarum/core": "^1.0.0"
|
2015-10-12 12:39:39 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:49:46 +08:00
|
|
|
"branch-alias": {
|
2021-05-17 06:27:27 +08:00
|
|
|
"dev-master": "1.x.x-dev"
|
2016-01-19 14:49:46 +08:00
|
|
|
},
|
2015-10-12 12:39:39 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "BBCode",
|
2021-03-09 03:39:41 +08:00
|
|
|
"category": "feature",
|
2015-10-12 12:39:39 +08:00
|
|
|
"icon": {
|
2018-05-10 15:56:52 +08:00
|
|
|
"name": "fas fa-bold",
|
2015-10-12 12:39:39 +08:00
|
|
|
"backgroundColor": "#238C59",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-07-23 18:55:52 +08:00
|
|
|
}
|
|
|
|
}
|