{ "name": "git-berlin", "version": "1.0.0", "author": { "name": "Matthias Kretschmann", "email": "m@kretschmann.io" }, "homepage": "https://git.berlin", "main": "gulpfile.js", "scripts": { "start": "gulp server" }, "devDependencies": { "browser-sync": "^2.26.3", "gulp": "^4.0.0", "gulp-rsync": "0.0.8" }, "engines": { "node": ">=10" }, "private": true, "repository": { "type": "git", "url": "https://git.berlin/m/git.berlin.git" } }