Files
HIVE/instance/package.json
2018-12-12 11:46:29 +01:00

26 lines
535 B
JSON

{
"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"
}
}