framework/extensions/markdown/flarum.json
2015-08-13 12:49:40 +09:30

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"
}
}