initial commit

This commit is contained in:
HeiaSamahi
2018-12-12 11:46:29 +01:00
commit eb12f3cb41
43 changed files with 25172 additions and 0 deletions

41
backend/package.json Normal file
View File

@ -0,0 +1,41 @@
{
"name": "factorio_hive_backend",
"version": "0.0.1",
"description": "HIVE is an by clustorio inspiered server cluster for factorio.",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://heia.heikyu.de:8930/HeiaSamahi/HIVE.git"
},
"keywords": [
"factorio"
],
"author": "Heia Samahi",
"license": "MIT",
"engines": {
"node": "^10.14.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chokidar": "^2.0.4",
"connect-flash": "^0.1.1",
"convict": "^4.4.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "1.0.0",
"rcon-client": "^3.1.4",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"underscore": "^1.9.1"
}
}