module.exports = { source: 'lib/**/*.js', html: 'lib/**/*.html', css: 'lib/**/*.css', sourceEntryPoint: 'lib/index.js', output: 'dist/', tmp: '.tmp/', demo: 'demo/**/*' };