framework/extensions/mentions/flarum.json
2015-09-04 12:24:15 +09:30

26 lines
643 B
JSON

{
"name": "mentions",
"title": "Mentions",
"description": "Mention and reply to specific posts and users.",
"keywords": ["discussions"],
"version": "0.1.0-beta.2",
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
"flarum": ">=0.1.0-beta.2"
},
"support": {
"source": "https://github.com/flarum/mentions",
"issues": "https://github.com/flarum/core/issues"
},
"icon": {
"name": "at",
"backgroundColor": "#539EC1",
"color": "#fff"
}
}