Renovator Bot
22ca98a089
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org>
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"name": "the-geeklab",
|
|
"version": "1.0.0",
|
|
"description": "My personal blog",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"gulp": "gulp",
|
|
"server": "hugo server -D -F"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thegeeklab/hugo-geekblog"
|
|
},
|
|
"author": "Robert Kaussow",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"del": "6.0.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-real-favicon": "0.3.2",
|
|
"gulp-rename": "2.0.0",
|
|
"through2": "4.0.2"
|
|
}
|
|
}
|