2015-08-04 17:19:17 +09:30
|
|
|
{
|
2018-10-17 13:44:48 +10:30
|
|
|
"name": "flarum/pusher",
|
2015-10-13 12:29:00 +10:30
|
|
|
"description": "See new discussions and posts in real-time using Pusher.",
|
|
|
|
"type": "flarum-extension",
|
|
|
|
"keywords": ["discussion"],
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Toby Zerner",
|
|
|
|
"email": "toby.zerner@gmail.com"
|
2015-08-04 17:19:17 +09:30
|
|
|
}
|
2015-10-13 12:29:00 +10:30
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/flarum/core/issues",
|
2018-10-17 13:44:48 +10:30
|
|
|
"source": "https://github.com/flarum/pusher"
|
2015-08-04 17:19:17 +09:30
|
|
|
},
|
|
|
|
"require": {
|
2018-01-11 12:25:51 +10:30
|
|
|
"flarum/core": "^0.1.0-beta.8",
|
2015-08-04 17:19:17 +09:30
|
|
|
"pusher/pusher-php-server": "^2.2"
|
2015-09-04 11:36:11 +09:30
|
|
|
},
|
2015-10-13 12:29:00 +10:30
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Flarum\\Pusher\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 17:18:14 +10:30
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.1.x-dev"
|
|
|
|
},
|
2015-10-13 12:29:00 +10:30
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Pusher",
|
|
|
|
"icon": {
|
|
|
|
"image": "icon.png",
|
2018-08-22 08:13:02 -04:00
|
|
|
"backgroundSize": "46% 63%",
|
2015-10-13 12:29:00 +10:30
|
|
|
"backgroundPosition": "center",
|
|
|
|
"backgroundRepeat": "no-repeat",
|
|
|
|
"backgroundColor": "#40bad8",
|
|
|
|
"color": "#fff"
|
|
|
|
}
|
|
|
|
}
|
2015-08-04 17:19:17 +09:30
|
|
|
}
|
|
|
|
}
|