framework/extensions/sticky/composer.json
2015-10-12 15:01:20 +10:30

36 lines
841 B
JSON

{
"name": "flarum/sticky",
"description": "Pin discussions to the top of the list.",
"type": "flarum-extension",
"keywords": ["discussion"],
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/sticky"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"extra": {
"flarum-extension": {
"title": "Sticky",
"icon": {
"name": "thumb-tack",
"backgroundColor": "#D13E32",
"color": "#fff"
}
}
}
}