mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 02:02:47 +08:00
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"name": "mentions",
|
|
"title": "Mentions",
|
|
"description": "Mention and reply to specific posts and users.",
|
|
"keywords": ["discussions"],
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org",
|
|
"homepage": "http://tobyzerner.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"flarum": ">0.1.0"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/mentions",
|
|
"issues": "https://github.com/flarum/mentions/issues"
|
|
},
|
|
"icon": {
|
|
"name": "at",
|
|
"backgroundColor": "#539EC1",
|
|
"color": "#fff"
|
|
}
|
|
}
|