kanidm/server/web_ui/pkg/package.json
James Hodgkinson fcab605320
Time travelling (#1648)
* 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
2023-05-25 08:25:16 +10:00

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/*"
]
}