ngraph.graph
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ngraph.graph", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Base graph structure in ngraph.*", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"bugs": { | ||
"url": "https://github.com/anvaka/ngraph.grpaph/issues" | ||
"url": "https://github.com/anvaka/ngraph.graph/issues" | ||
}, | ||
@@ -23,0 +23,0 @@ "devDependencies": { |
ngraph.graph | ||
============ | ||
Base [graph](http://en.wikipedia.org/wiki/Graph_(mathematics\)) structure in ngraph.X. Library implments API to modify graph structure and supports event-driven notifications when graph changes. | ||
[Graph](http://en.wikipedia.org/wiki/Graph_(mathematics\)) data structure for ngraph.\*. Library implements API to modify graph structure and supports event-driven notifications when graph changes. | ||
@@ -148,18 +148,4 @@ [![build status](https://secure.travis-ci.org/anvaka/ngraph.graph.png)](http://travis-ci.org/anvaka/ngraph.graph) | ||
### Browser | ||
Get [browserify](http://browserify.org/) if you don't have it yet (first line): | ||
``` | ||
npm install -g browserify | ||
npm install ngraph.graph | ||
browserify index.js -s createGraph -o ngraph.graph.js | ||
``` | ||
Now you are ready to use ```createGraph()``` within browser: | ||
``` html | ||
<script src="ngraph.graph.js"></script> | ||
``` | ||
License | ||
======= | ||
BSD 3-clause |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
24738
151