24 lines
453 B
JSON
24 lines
453 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": "^4.0.0",
|
|
"gulp-rsync": "0.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.berlin/m/git.berlin.git"
|
|
}
|
|
}
|