{ "name": "omapp", "version": "1.0.0", "description": "ohm-management app for a alternative communication and organization", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "https://git.efi.th-nuernberg.de/gitea/hopfma/om.git" }, "keywords": [ "ohm", "management", "app" ], "author": "Barbalan, Gruenzinger, Mandutz, Pham, Roemmelt", "dependencies": { "eslint": "^5.9.0", "express": "^4.16.4", "express-session": "^1.15.6", "morgan": "^1.9.1", "vue": "^2.5.17" } }