machine:
  node:
    version: 6.11.4

dependencies:
  pre:
    - node --version
    - npm --version
  post:
    - npm run build
