32 lines
786 B
JSON
32 lines
786 B
JSON
{
|
|
"name": "peidikeji/dcat-admin-extension-keywords",
|
|
"alias": "keywords",
|
|
"description": "字典表管理",
|
|
"type": "library",
|
|
"keywords": ["dcat-admin", "extension"],
|
|
"homepage": "https://gitee.com/paddy_technology/dcat-admin-extension-keywords",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "panliang",
|
|
"email": "1163816051@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Peidikeji\\Keywords\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"dcat-admin": "Peidikeji\\Keywords\\KeywordsServiceProvider",
|
|
"laravel": {
|
|
"providers": [
|
|
"Peidikeji\\Keywords\\KeywordsServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
}
|