Simple Global Dependencies Sample

The project has an html file that loads a bunch of js files directly via script tags, without using a module system. This creates implicit global dependencies between these files.

It is up to jsdepend to discover these implicit dependencies for js files that look like they may not be using a module system.