zelda-planted/themes/zen/package.json

26 lines
538 B
JSON
Raw Permalink Normal View History

2020-10-15 04:39:37 +00:00
{
"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": ">=12.0.0"
},
"private": true
}