thegeeklab/package.json
Renovator Bot 22ca98a089
All checks were successful
continuous-integration/drone/push Build is passing
chore(deps): pin dependency gulp-rename to 2.0.0 (#29)
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-10-04 16:04:17 +02:00

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"
}
}