mirror of
https://github.com/kasmtech/kasm-install-wizard.git
synced 2026-01-23 02:34:27 +00:00
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"name": "kasm-wizard",
|
|
"version": "0.0.1",
|
|
"description": "Kasm web based installation wizard",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dockerode": "^3.3.2",
|
|
"express": "^4.18.1",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"node-pty": "^0.10.1",
|
|
"socket.io": "^4.5.1",
|
|
"systeminformation": "^5.11.16"
|
|
}
|
|
}
|