You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Swapping Bcrypt node module to native js version Adding npm console commands to ease usage #jira: UE-89833 #rb: Stuart.Hill #ROBOMERGE-SOURCE: CL 11851819 in //UE4/Release-4.25/... via CL 11851825 #ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781) [CL 11851829 by alistair white in Main branch]
20 lines
521 B
JSON
20 lines
521 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.9.0",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0",
|
|
"ws": "^7.1.2",
|
|
"yargs": "^10.1.1"
|
|
}
|
|
}
|