2015-07-23 19:06:02 +08:00
|
|
|
{
|
2018-10-17 11:14:47 +08:00
|
|
|
"name": "flarum/emoji",
|
2015-10-11 14:32:19 +08:00
|
|
|
"description": "Convert text and unicode emoji into Twemoji.",
|
|
|
|
"type": "flarum-extension",
|
2022-01-20 16:29:45 +08:00
|
|
|
"keywords": [
|
|
|
|
"formatting"
|
|
|
|
],
|
2015-10-11 14:32:19 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"support": {
|
2022-07-13 05:30:03 +08:00
|
|
|
"issues": "https://github.com/flarum/framework/issues",
|
2020-12-09 08:54:23 +08:00
|
|
|
"source": "https://github.com/flarum/emoji",
|
|
|
|
"forum": "https://discuss.flarum.org"
|
2015-10-11 14:32:19 +08:00
|
|
|
},
|
2020-12-09 08:54:23 +08:00
|
|
|
"homepage": "https://flarum.org",
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "website",
|
|
|
|
"url": "https://flarum.org/donate/"
|
|
|
|
}
|
|
|
|
],
|
2015-10-11 14:32:19 +08:00
|
|
|
"require": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"flarum/core": "^2.0"
|
2015-10-11 14:32:19 +08:00
|
|
|
},
|
|
|
|
"extra": {
|
2016-01-19 14:49:17 +08:00
|
|
|
"branch-alias": {
|
2023-05-31 16:50:39 +08:00
|
|
|
"dev-main": "2.x-dev"
|
2016-01-19 14:49:17 +08:00
|
|
|
},
|
2015-10-11 14:32:19 +08:00
|
|
|
"flarum-extension": {
|
|
|
|
"title": "Emoji",
|
2021-03-09 03:21:08 +08:00
|
|
|
"category": "feature",
|
2015-10-11 14:32:19 +08:00
|
|
|
"icon": {
|
|
|
|
"image": "icon.svg",
|
|
|
|
"backgroundColor": "#FECC4D"
|
|
|
|
}
|
2022-01-20 16:29:45 +08:00
|
|
|
},
|
|
|
|
"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
|
|
|
|
}
|
2015-10-11 14:32:19 +08:00
|
|
|
}
|
2022-03-12 07:02:49 +08:00
|
|
|
},
|
2022-03-12 07:02:51 +08:00
|
|
|
"repositories": [
|
|
|
|
{
|
2022-03-12 07:02:49 +08:00
|
|
|
"type": "path",
|
|
|
|
"url": "../../*/*"
|
2022-03-12 07:02:51 +08:00
|
|
|
}
|
|
|
|
],
|
2022-03-12 07:02:49 +08:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2015-07-23 19:06:02 +08:00
|
|
|
}
|