---
# Please refer to https://github.com/idi-ops/ansible-nodejs/blob/master/defaults/main.yml
# for documentation related to these variables

nodejs_app_name: infusion

nodejs_branch: lts

nodejs_app_npm_packages:
  - testem

nodejs_app_commands:
  - npm install
  - grunt

nodejs_app_install_dir: /home/vagrant/sync

nodejs_app_git_clone: false
