Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/WebServers/SignallingWebServer/package.json
Marc Audy 11f5b21210 Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
#rnx

[CL 13753156 by Marc Audy in ue5-main branch]
2020-06-23 18:40:00 -04:00

20 lines
522 B
JSON

{
"name": "cirrus-webserver",
"version": "0.0.1",
"description": "cirrus web server",
"scripts": {
"store_password": "node ./modules/authentication/db/store_password.js --usersFile=./modules/authentication/db/users.json",
"start": "npm install && node cirrus.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"helmet": "^3.21.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"ws": "^7.1.2",
"yargs": "^15.3.0"
}
}