2015-08-04 15:49:17 +08:00
|
|
|
{
|
2018-10-17 11:14:48 +08:00
|
|
|
"name": "flarum/pusher",
|
2015-10-13 09:59:00 +08:00
|
|
|
"description": "See new discussions and posts in real-time using Pusher.",
|
|
|
|
"type": "flarum-extension",
|
|
|
|
"keywords": ["discussion"],
|
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2020-12-09 08:57:36 +08:00
|
|
|
"source": "https://github.com/flarum/pusher",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-08-04 15:49:17 +08:00
|
|
|
},
|
2020-12-09 08:57:36 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-08-04 15:49:17 +08:00
|
|
|
"require": {
|
2021-03-15 19:17:21 +08:00
|
|
|
"flarum/core": "^0.1.0-beta.16",
|
2015-08-04 15:49:17 +08:00
|
|
|
"pusher/pusher-php-server": "^2.2"
|
2015-09-04 10:06:11 +08:00
|
|
|
},
|
2015-10-13 09:59:00 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Pusher\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:48:14 +08:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-13 09:59:00 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Pusher",
|
2020-11-25 14:27:33 +08:00
|
|
|
"category": "feature",
|
2015-10-13 09:59:00 +08:00
|
|
|
"icon": {
|
|
|
|
"image": "icon.png",
|
2018-08-22 20:13:02 +08:00
|
|
|
"backgroundSize": "46% 63%",
|
2015-10-13 09:59:00 +08:00
|
|
|
"backgroundPosition": "center",
|
|
|
|
"backgroundRepeat": "no-repeat",
|
|
|
|
"backgroundColor": "#40bad8",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-08-04 15:49:17 +08:00
|
|
|
}
|
|
|
|
}
|