framework/extensions/pusher/flarum.json

26 lines
643 B
JSON
Raw Normal View History

2015-08-04 15:49:17 +08:00
{
"name": "pusher",
"title": "Pusher",
"description": "See new discussions and posts in real-time using Pusher.",
"keywords": [],
2015-09-04 10:17:56 +08:00
"version": "0.1.0-beta.2",
2015-08-04 15:49:17 +08:00
"author": {
"name": "Toby Zerner",
2015-09-04 10:17:56 +08:00
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
2015-08-04 15:49:17 +08:00
},
"license": "MIT",
"require": {
2015-09-04 10:17:56 +08:00
"flarum": ">=0.1.0-beta.2"
2015-08-13 11:20:41 +08:00
},
"support": {
"source": "https://github.com/flarum/pusher",
2015-09-04 10:17:56 +08:00
"issues": "https://github.com/flarum/core/issues"
2015-08-13 11:20:41 +08:00
},
"icon": {
2015-09-04 10:17:56 +08:00
"name": "arrow-right",
"backgroundColor": "#803A9D",
"color": "#fff"
2015-08-04 15:49:17 +08:00
}
2015-08-13 11:20:41 +08:00
}