framework/extensions/mentions/flarum.json

22 lines
553 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-06-08 13:34:00 +08:00
"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"
},
2015-07-23 12:58:39 +08:00
"support": {
"source": "https://github.com/flarum/mentions",
2015-06-08 13:34:00 +08:00
"issues": "https://github.com/flarum/mentions/issues"
}
}