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

25
instance/package.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "factorio_hive_instance",
"version": "0.0.1",
"description": "The instance server which is running the factorio server.",
"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": {
"convict": "^4.4.0"
}
}