git.berlin/package.json

29 lines
546 B
JSON
Raw Permalink Normal View History

2016-04-30 18:20:09 +02:00
{
"name": "git-berlin",
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "m@kretschmann.io"
},
2018-12-04 02:31:39 +01:00
"homepage": "https://git.berlin",
2016-04-30 18:20:09 +02:00
"main": "gulpfile.js",
2022-11-17 19:52:11 +01:00
"scripts": {
"start": "gulp",
"deploy": "gulp deploy"
},
2016-04-30 18:20:09 +02:00
"devDependencies": {
2024-02-02 16:12:46 +01:00
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-rsync": "0.1.0",
"gulp-util": "^3.0.8"
2016-04-30 18:20:09 +02:00
},
"engines": {
2022-11-17 19:52:11 +01:00
"node": "16"
2016-04-30 18:20:09 +02:00
},
"private": true,
"repository": {
"type": "git",
2018-12-04 02:31:39 +01:00
"url": "https://git.berlin/m/git.berlin.git"
2016-04-30 18:20:09 +02:00
}
}