framework/extensions/subscriptions/flarum.json
2015-07-23 16:40:54 +09:30

22 lines
601 B
JSON

{
"name": "subscriptions",
"title": "Subscriptions",
"description": "Allow users to follow discussions and receive notifications for new posts.",
"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/subscriptions",
"issues": "https://github.com/flarum/subscriptions/issues"
}
}