#!/usr/bin/env bash

set -e
FILE=${0}
cd `dirname $FILE`
npm install
