git.berlin/package.json

25 lines
496 B
JSON

{
"name": "git-berlin",
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
"homepage": "https://git.berlin",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.4.0",
"gulp-gcloud-publish": "^2.1.1"
},
"engines": {
"node": ">=10"
},
"private": true,
"repository": {
"type": "git",
"url": "https://git.berlin/m/git.berlin.git"
}
}