mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
* yeet the time package into the future (updating min time version to 0.3.21) * CI change to catch web ui builds in future, updating SCIM requirements * removing allow deprecated flag * making references to rfc3339 formatter shorter * clippyisms * fmt
24 lines
569 B
JSON
24 lines
569 B
JSON
{
|
|
"name": "kanidmd_web_ui",
|
|
"collaborators": [
|
|
"William Brown <william@blackhats.net.au>",
|
|
"James Hodgkinson <james@terminaloutcomes.com>"
|
|
],
|
|
"description": "Kanidm Server Web User Interface",
|
|
"version": "1.1.0-beta.13",
|
|
"license": "MPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kanidm/kanidm/"
|
|
},
|
|
"files": [
|
|
"kanidmd_web_ui_bg.wasm",
|
|
"kanidmd_web_ui.js",
|
|
"LICENSE.md"
|
|
],
|
|
"module": "kanidmd_web_ui.js",
|
|
"homepage": "https://github.com/kanidm/kanidm/",
|
|
"sideEffects": [
|
|
"./snippets/*"
|
|
]
|
|
} |