#!/bin/sh
set -e
nodejs -e "require('mongodb/node_modules/bson');"
nodejs -e "require('mongodb');"
