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