2015-07-23 20:25:52 +09:30
|
|
|
{
|
2015-12-29 12:54:51 +10:30
|
|
|
"name": "flarum/flarum-ext-bbcode",
|
2015-10-12 15:09:39 +10:30
|
|
|
"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",
|
2015-12-29 12:54:51 +10:30
|
|
|
"source": "https://github.com/flarum/flarum-ext-bbcode"
|
2015-10-12 15:09:39 +10:30
|
|
|
},
|
|
|
|
"require": {
|
2016-03-29 18:44:20 +10:30
|
|
|
"flarum/core": "^0.1.0-beta.5"
|
2015-10-12 15:09:39 +10:30
|
|
|
},
|
2015-07-23 20:25:52 +09:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\BBCode\\": "src/"
|
|
|
|
}
|
2015-09-04 11:37:18 +09:30
|
|
|
},
|
2015-10-12 15:09:39 +10:30
|
|
|
"extra": {
|
2016-01-19 17:19:46 +10:30
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-12 15:09:39 +10:30
|
|
|
"flarum-extension": {
|
|
|
|
"title": "BBCode",
|
|
|
|
"icon": {
|
|
|
|
"name": "bold",
|
|
|
|
"backgroundColor": "#238C59",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-07-23 20:25:52 +09:30
|
|
|
}
|
|
|
|
}
|