Comparing version 0.1.0-r2 to 0.1.0-r3
{ | ||
"name": "js-graph", | ||
"version": "0.1.0-r2", | ||
"version": "0.1.0-r3", | ||
"description": "a javascript library for storing arbitrary data in mathematical (di)graphs, as well as traversing and analyzing them in various ways", | ||
@@ -5,0 +5,0 @@ "ignore": [ |
{ | ||
"name": "js-graph", | ||
"version": "0.1.0-r2", | ||
"version": "0.1.0-r3", | ||
"title": "Javascript Graph Datastructure", | ||
@@ -5,0 +5,0 @@ "homepage": "http://mhelvens.net", |
@@ -1,9 +0,14 @@ | ||
js-graph [![Build Status](https://travis-ci.org/mhelvens/js-graph.svg?branch=master)](https://travis-ci.org/mhelvens/js-graph) | ||
js-graph | ||
======== | ||
[![Build Status](https://travis-ci.org/mhelvens/js-graph.svg?branch=master)](https://travis-ci.org/mhelvens/js-graph) | ||
[![Coverage Status](https://coveralls.io/repos/mhelvens/js-graph/badge.png?branch=master)](https://coveralls.io/r/mhelvens/js-graph?branch=master) | ||
`js-graph` is a javascript library for storing arbitrary data in mathematical (di)graphs, | ||
as well as traversing and analyzing them in various ways. | ||
as well as traversing and analyzing them in various ways. It was originally created to | ||
track dependencies between options and modules. | ||
The library is fully functional and fully tested, but not yet documented. The tests in | ||
the `spec` directory can be used, of course, but proper API documentation is also | ||
forthcoming. | ||
The library is fully functional and has near 100% test-coverage, but the API is not yet | ||
properly documented. You could, of course, read the tests in the `spec` directory, but | ||
user-friendly API documentation is forthcoming. | ||
Feedback of any kind (questions, issues, pull requests) is greatly appreciated. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105532
15