mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
26 lines
643 B
JSON
26 lines
643 B
JSON
{
|
|
"name": "pusher",
|
|
"title": "Pusher",
|
|
"description": "See new discussions and posts in real-time using Pusher.",
|
|
"keywords": [],
|
|
"version": "0.1.0-beta.2",
|
|
"author": {
|
|
"name": "Toby Zerner",
|
|
"email": "toby@flarum.org",
|
|
"homepage": "http://tobyzerner.com"
|
|
},
|
|
"license": "MIT",
|
|
"require": {
|
|
"flarum": ">=0.1.0-beta.2"
|
|
},
|
|
"support": {
|
|
"source": "https://github.com/flarum/pusher",
|
|
"issues": "https://github.com/flarum/core/issues"
|
|
},
|
|
"icon": {
|
|
"name": "arrow-right",
|
|
"backgroundColor": "#803A9D",
|
|
"color": "#fff"
|
|
}
|
|
}
|