mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
31 lines
897 B
JSON
31 lines
897 B
JSON
{
|
||
"name": "@nocobase/plugin-cas",
|
||
"displayName": "Auth: CAS",
|
||
"displayName.zh-CN": "认证:CAS",
|
||
"description": "CAS authentication.",
|
||
"description.zh-CN": "通过 CAS 协议认证身份。",
|
||
"version": "0.21.0-alpha.9",
|
||
"license": "AGPL-3.0",
|
||
"main": "./dist/server/index.js",
|
||
"homepage": "https://docs.nocobase.com/handbook/auth-cas",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-cas",
|
||
"peerDependencies": {
|
||
"@nocobase/actions": "0.x",
|
||
"@nocobase/client": "0.x",
|
||
"@nocobase/database": "0.x",
|
||
"@nocobase/plugin-auth": ">=0.17.0-alpha.7",
|
||
"@nocobase/sdk": "0.x",
|
||
"@nocobase/server": "0.x",
|
||
"@nocobase/test": "0.x"
|
||
},
|
||
"devDependencies": {
|
||
"@ant-design/icons": "5.x",
|
||
"antd": "5.x",
|
||
"react-router-dom": "6.x"
|
||
},
|
||
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
||
"keywords": [
|
||
"Authentication"
|
||
]
|
||
}
|