UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

27 lines (24 loc) 401 B
'use strict'; var config = { cwd: { type: 'string', default: process.cwd, }, dirMode: { type: 'number', }, overwrite: { type: 'boolean', default: true, }, relativeSymlinks: { type: 'boolean', default: false, }, // This option is ignored on non-Windows platforms useJunctions: { type: 'boolean', default: true, }, }; module.exports = config;