## Functions

<dl>
<dt><a href="#setBaseDir">setBaseDir()</a></dt>
<dd><p>set the baseDir</p>
</dd>
<dt><a href="#scanImports">scanImports()</a> ⇒ <code><a href="#JSON">JSON</a></code></dt>
<dd><p>This function fetches the package in a uniform way</p>
</dd>
</dl>

## Typedefs

<dl>
<dt><a href="#JSON">JSON</a> : <code>object</code></dt>
<dd><p>A JSON object</p>
</dd>
</dl>

<a name="setBaseDir"></a>

## setBaseDir()
set the baseDir

**Kind**: global function  
<a name="scanImports"></a>

## scanImports() ⇒ [<code>JSON</code>](#JSON)
This function fetches the package in a uniform way

**Kind**: global function  
**Returns**: [<code>JSON</code>](#JSON) - importList  
<a name="JSON"></a>

## JSON : <code>object</code>
A JSON object

**Kind**: global typedef  
