thegeeklab/package.json
Robert Kaussow d4d5204f37
All checks were successful
continuous-integration/drone/push Build is passing
feat: switch to new favicon
2021-10-04 15:40:09 +02:00

24 lines
492 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"
}
}