podcast.netzbegruenung.de/themes/zen/package.json
Marian Steinbach a62486fe51 Update site
2020-01-18 00:34:40 +01:00

26 lines
538 B
JSON

{
"name": "zen",
"version": "1.0.0",
"description": "The node.js requirements to build this project.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frjo/hugo-theme-zen.git"
},
"author": "Fredrik Jonsson",
"license": "GPL-2.0",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-load-plugins": "^2.0.0",
"gulp-sass-lint": "^1.4.0"
},
"engines": {
"node": ">=10.0.0"
},
"private": true
}