birm/minimat-graph

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "minimat-graph",
  "version": "0.1.0",
  "description": "Graphing extension library for the MiniMat type",
  "main": "MMGraph.js",
  "dependencies": {
    "minimat" : "latest",
    "d3" : "latest"
  },
  "devDependencies": {
    "tape" : "latest",
    "jsdoc" : "latest"
  },
  "scripts": {
    "test": "node tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/birm/minimat-graph.git"
  },
  "keywords": [
    "math",
    "matrix",
    "linear",
    "plot",
    "graph",
    "draw",
    "visualize",
    "chart"
  ],
  "author": "Ryan Birmingham",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/birm/minimat-graph/issues"
  },
  "homepage": "https://github.com/birm/minimat-graph#readme"
}