47 行
1.1 KiB
JSON
47 行
1.1 KiB
JSON
{
|
|
"name": "xxb/id-slug",
|
|
"description": "A Flarum 2.0 extension. Use id as slug in discussion URL.",
|
|
"keywords": [
|
|
"id",
|
|
"slug",
|
|
"slug-driver"
|
|
],
|
|
"type": "flarum-extension",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Pipecraft",
|
|
"email": "pipecraft.net@gmail.com"
|
|
},
|
|
{
|
|
"name": "Xiaoxiaobai5724",
|
|
"email": "odoorbell@163.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Xiaoxiaobai5724/id-slug/issues",
|
|
"source": "https://github.com/Xiaoxiaobai5724/id-slug"
|
|
},
|
|
"homepage": "https://github.com/Xiaoxiaobai5724",
|
|
"require": {
|
|
"flarum/core": "^2.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"XXB\\IdSlug\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "XXB ID Slug",
|
|
"category": "feature",
|
|
"icon": {
|
|
"name": "fas fa-info",
|
|
"backgroundColor": "#00bfff",
|
|
"color": "#fff"
|
|
}
|
|
}
|
|
}
|
|
}
|