blob: e10c5d49e57f4ede2fe2b61f80cd400a56dbb8ec [file] [log] [blame]
/*eslint-env node */
/*global module: true, __dirname: true */
'use strict';
module.exports = {
'targetFolderPath': './target',
'srcFolderPath': './app',
'tempFolderPath': __dirname + '/.temp',
'nodeModulesFolderPath': './node_modules',
'bowerFolderPath': __dirname + '/bower_components',
'dirname': __dirname,
'excludePath': '!./app/vendors/**/*'
};