mirror of
https://github.com/flarum/framework.git
synced 2024-11-23 02:30:10 +08:00
082f04d3c3
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "flarum/lock",
|
|
"description": "End a discussion and don't let anyone add further replies.",
|
|
"type": "flarum-extension",
|
|
"keywords": [
|
|
"moderation"
|
|
],
|
|
"license": "MIT",
|
|
"support": {
|
|
"issues": "https://github.com/flarum/framework/issues",
|
|
"source": "https://github.com/flarum/lock",
|
|
"forum": "https://discuss.flarum.org"
|
|
},
|
|
"homepage": "https://flarum.org",
|
|
"funding": [
|
|
{
|
|
"type": "website",
|
|
"url": "https://flarum.org/donate/"
|
|
}
|
|
],
|
|
"require": {
|
|
"flarum/core": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flarum\\Lock\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
},
|
|
"flarum-extension": {
|
|
"title": "Lock",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-lock",
|
|
"backgroundColor": "#ddd",
|
|
"color": "#666"
|
|
}
|
|
},
|
|
"flarum-cli": {
|
|
"modules": {
|
|
"admin": true,
|
|
"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
|
|
}
|