You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
16 lines
334 B
JSON
16 lines
334 B
JSON
|
|
{
|
||
|
|
"name": "cirrus-webserver",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "cirrus web server",
|
||
|
|
"dependencies": {
|
||
|
|
"bcrypt": "^2.0.1",
|
||
|
|
"express": "^4.16.2",
|
||
|
|
"express-session": "^1.15.6",
|
||
|
|
"helmet": "^3.9.0",
|
||
|
|
"passport": "^0.4.0",
|
||
|
|
"passport-local": "^1.0.0",
|
||
|
|
"socket.io": "^2.0.4",
|
||
|
|
"yargs": "^10.1.1"
|
||
|
|
}
|
||
|
|
}
|