mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
22 lines
601 B
JSON
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"
|
|
}
|
|
}
|