mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:37:11 +08:00
42 lines
1013 B
JSON
42 lines
1013 B
JSON
{
|
|
"name": "flarum/likes",
|
|
"description": "Allow users to like posts.",
|
|
"type": "flarum-extension",
|
|
"keywords": ["discussion"],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/core/issues",
|
|
"source": "https://github.com/flarum/likes",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Likes\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Likes",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "far fa-thumbs-up",
|
|
"backgroundColor": "#3A649D",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|