Files
UnrealEngineUWP/Samples/PixelStreaming/WebServers/SignallingWebServer/package.json
nick pace fa7ea09416 Add sample files for Pixel Streaming Matchmaker and Signalling Web Server
#JIRA UCS-1831
#rb luke.bermingham
[FYI] aidan.possemiers, marco.anastasi

#ROBOMERGE-AUTHOR: nick.pace
#ROBOMERGE-SOURCE: CL 17919803 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v885-17909292)

[CL 17919815 by nick pace in ue5-release-engine-test branch]
2021-10-25 23:30:36 -04:00

21 lines
544 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",
"y18n": "^5.0.5",
"yargs": "^15.3.0"
}
}