git.berlin/package.json

28 lines
521 B
JSON

{
"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",
"deploy": "gulp deploy"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "^4.0.0",
"gulp-rsync": "0.0.8"
},
"engines": {
"node": "16"
},
"private": true,
"repository": {
"type": "git",
"url": "https://git.berlin/m/git.berlin.git"
}
}