framework/extensions/mentions/flarum.json

26 lines
643 B
JSON
Raw Normal View History

2015-06-08 13:34:00 +08:00
{
2015-07-23 12:58:39 +08:00
"name": "mentions",
2015-06-08 13:34:00 +08:00
"title": "Mentions",
"description": "Mention and reply to specific posts and users.",
2015-07-23 12:58:39 +08:00
"keywords": ["discussions"],
2015-09-04 10:18:00 +08:00
"version": "0.1.0-beta.2",
2015-06-08 13:34:00 +08:00
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
2015-09-04 10:18:00 +08:00
"flarum": ">=0.1.0-beta.2"
2015-06-08 13:34:00 +08:00
},
2015-07-23 12:58:39 +08:00
"support": {
"source": "https://github.com/flarum/mentions",
2015-09-04 10:18:00 +08:00
"issues": "https://github.com/flarum/core/issues"
2015-08-13 11:19:51 +08:00
},
"icon": {
2015-09-04 10:18:00 +08:00
"name": "at",
"backgroundColor": "#539EC1",
"color": "#fff"
2015-06-08 13:34:00 +08:00
}
}