mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 20:22:31 +08:00
082f04d3c3
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "flarum/emoji",
|
|
"description": "Convert text and unicode emoji into Twemoji.",
|
|
"type": "flarum-extension",
|
|
"keywords": [
|
|
"formatting"
|
|
],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/framework/issues",
|
|
"source": "https://github.com/flarum/emoji",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^2.0"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Emoji",
|
|
"category": "feature",
|
|
"icon": {
|
|
"image": "icon.svg",
|
|
"backgroundColor": "#FECC4D"
|
|
}
|
|
},
|
|
"flarum-cli": {
|
|
"modules": {
|
|
"admin": false,
|
|
"forum": true,
|
|
"js": true,
|
|
"jsCommon": false,
|
|
"css": true,
|
|
"gitConf": true,
|
|
"githubActions": true,
|
|
"prettier": true,
|
|
"typescript": false,
|
|
"bundlewatch": false,
|
|
"backendTesting": false,
|
|
"editorConfig": true,
|
|
"styleci": true
|
|
}
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../../*/*"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|