mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "bbcode",
|
|
"title": "BBCode",
|
|
"description": "Allow posts to be formatted with BBCode.",
|
|
"keywords": ["discussions"],
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby.zerner@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"flarum": ">0.1.0"
|
|
},
|
|
"icon": {
|
|
"name": "bold",
|
|
"backgroundColor": "#3F8A32",
|
|
"color": "#fff"
|
|
}
|
|
}
|