{ "name": "landingpage", "version": "1.0.0", "description": "A Landing Page for Cliffbreak", "main": "app.js", "scripts": { "start": "node app", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.cliffbreak.de/Cliffbreak/Landingpage.git" }, "author": "AlphaVoid (Moritz)", "license": "ISC", "dependencies": { "express": "^4.17.1" } }