29 lines
546 B
JSON
29 lines
546 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": "^3.0.2",
|
|
"gulp": "^4.0.2",
|
|
"gulp-rsync": "0.1.0",
|
|
"gulp-util": "^3.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.berlin/m/git.berlin.git"
|
|
}
|
|
}
|