0.0.6 • Published 12 years ago

dig v0.0.6

Weekly downloads
10
License
MIT
Repository
github
Last release
12 years ago

dig - Graph Algorithms for JavaScript

dig is a library of graph algorithms for use with JavaScript.

Building

Build Status

Before building this library you need to install the npm node package manager 1.

Then follow these steps in this directory:

$ make

This will build two libraries in this directory: dig.js and dig.min.js. The former is useful for debugging purposes, while the latter is compact and more suitable for production use.

If you want to verify the integrity of the libraries, use:

$ make test

License

dig.js is licensed under the terms of the MIT License. See the LICENSE file for details.

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago