23 lines
479 B
JSON
23 lines
479 B
JSON
|
{
|
||
|
"name": "the-geeklab",
|
||
|
"version": "1.0.0",
|
||
|
"description": "My personal blog",
|
||
|
"main": "gulpfile.js",
|
||
|
"scripts": {
|
||
|
"gulp": "gulp",
|
||
|
"server": "hugo server -D -F -s exampleSite/"
|
||
|
},
|
||
|
"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",
|
||
|
"through2": "4.0.2"
|
||
|
}
|
||
|
}
|