2023-09-02 11:40:04 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-cas",
|
2024-02-22 01:29:30 +00:00
|
|
|
|
"displayName": "Auth: CAS",
|
|
|
|
|
"displayName.zh-CN": "认证:CAS",
|
|
|
|
|
"description": "CAS authentication.",
|
|
|
|
|
"description.zh-CN": "通过 CAS 协议认证身份。",
|
2024-02-21 04:59:16 +00:00
|
|
|
|
"version": "0.19.0-alpha.8",
|
2023-09-02 11:40:04 +00:00
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 04:02:18 +00:00
|
|
|
|
"homepage": "https://docs.nocobase.com/plugins/cas",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/cas",
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
|
"@nocobase/database": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
2023-11-01 01:52:49 +00:00
|
|
|
|
"@nocobase/sdk": "0.x",
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-21 12:40:32 +00:00
|
|
|
|
"@nocobase/test": "0.x"
|
2023-09-02 11:40:04 +00:00
|
|
|
|
},
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@ant-design/icons": "5.x",
|
2023-09-02 11:40:04 +00:00
|
|
|
|
"antd": "5.x",
|
2023-09-03 03:35:48 +00:00
|
|
|
|
"react-router-dom": "6.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
|
},
|
2024-02-02 04:02:18 +00:00
|
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 13:10:48 +00:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Users & permissions"
|
|
|
|
|
]
|
2023-09-02 11:40:04 +00:00
|
|
|
|
}
|