module.exports = { npmInstall: { command: 'npm install' }, bowerInstall: { command: 'bower install' }, pipInstall: { command: 'pip install --upgrade --requirement requirements.txt' } };