framework/extensions/subscriptions/flarum.json

22 lines
601 B
JSON
Raw Normal View History

2015-06-26 10:54:07 +08:00
{
2015-07-23 15:10:54 +08:00
"name": "subscriptions",
2015-06-26 10:54:07 +08:00
"title": "Subscriptions",
"description": "Allow users to follow discussions and receive notifications for new posts.",
2015-07-23 15:10:54 +08:00
"keywords": ["discussions"],
2015-06-26 10:54:07 +08:00
"version": "0.1.0",
"author": {
"name": "Toby Zerner",
2015-07-23 15:10:54 +08:00
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
2015-06-26 10:54:07 +08:00
},
"license": "MIT",
"require": {
"php": ">=5.4.0",
"flarum": ">0.1.0"
2015-07-23 15:10:54 +08:00
},
"support": {
"source": "https://github.com/flarum/subscriptions",
"issues": "https://github.com/flarum/subscriptions/issues"
2015-06-26 10:54:07 +08:00
}
2015-07-23 15:10:54 +08:00
}