mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 17:35:13 +08:00
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"name": "markdown",
|
|
"title": "Markdown",
|
|
"description": "Allow posts to be formatted with Markdown.",
|
|
"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": "font",
|
|
"backgroundColor": "#AB90D8",
|
|
"color": "#fff"
|
|
}
|
|
}
|