CabinGame/package.json
2020-01-30 16:53:39 +01:00

23 lines
542 B
JSON

{
"name": "cabin_server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/totallyRonja/cabingame.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/totallyRonja/cabingame/issues"
},
"homepage": "https://gitlab.com/totallyRonja/cabingame#readme",
"dependencies": {
"express": "^4.17.1"
}
}