A Metal.js set of common data structures.
npm install metal-structsA Metal.js set of common data structures:
* MultiMap: Case insensitive string Multimap implementation.
* TreeNode: Generic tree node data structure with arbitrary number of child nodes.
1. Install NodeJS >= v0.12.0, if you don't have it yet.
2. Install global dependencies:
```
[sudo] npm install -g gulp
3. Install local dependencies:
``
npm install
4. Build the code:
```
gulp build