framework/extensions/subscriptions/composer.json
2015-10-12 15:01:29 +10:30

36 lines
901 B
JSON

{
"name": "flarum/subscriptions",
"description": "Allow users to follow discussions and receive notifications for new posts.",
"type": "flarum-extension",
"keywords": ["discussion"],
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/subscriptions"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Subscriptions\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Subscriptions",
"icon": {
"name": "star",
"backgroundColor": "#ffea7b",
"color": "#de8e00"
}
}
}
}