2015-06-26 10:54:07 +08:00
|
|
|
{
|
2018-10-17 11:14:48 +08:00
|
|
|
"name": "flarum/subscriptions",
|
2015-10-11 15:00:11 +08:00
|
|
|
"description": "Allow users to follow discussions and receive notifications for new posts.",
|
|
|
|
"type": "flarum-extension",
|
2015-10-12 12:31:29 +08:00
|
|
|
"keywords": ["discussion"],
|
2015-10-11 15:00:11 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2020-12-09 08:58:17 +08:00
|
|
|
"source": "https://github.com/flarum/subscriptions",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-11 15:00:11 +08:00
|
|
|
},
|
2020-12-09 08:58:17 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 15:00:11 +08:00
|
|
|
"require": {
|
2021-05-25 22:50:04 +08:00
|
|
|
"flarum/core": "^1.0"
|
2015-10-11 15:00:11 +08:00
|
|
|
},
|
2015-06-26 10:54:07 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2015-10-11 15:14:35 +08:00
|
|
|
"Flarum\\Subscriptions\\": "src/"
|
2015-06-26 10:54:07 +08:00
|
|
|
}
|
2015-09-04 10:06:03 +08:00
|
|
|
},
|
2015-10-11 15:00:11 +08:00
|
|
|
"extra": {
|
2016-01-19 14:47:56 +08:00
|
|
|
"branch-alias": {
|
2021-05-17 06:29:28 +08:00
|
|
|
"dev-master": "1.x.x-dev"
|
2016-01-19 14:47:56 +08:00
|
|
|
},
|
2015-10-11 15:00:11 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Subscriptions",
|
2021-03-09 03:33:13 +08:00
|
|
|
"category": "feature",
|
2015-10-11 15:00:11 +08:00
|
|
|
"icon": {
|
2018-05-10 16:04:42 +08:00
|
|
|
"name": "fas fa-star",
|
2015-10-11 15:00:11 +08:00
|
|
|
"backgroundColor": "#ffea7b",
|
|
|
|
"color": "#de8e00"
|
|
|
|
}
|
|
|
|
}
|
2015-06-26 10:54:07 +08:00
|
|
|
}
|
2015-10-11 15:14:35 +08:00
|
|
|
}
|