{
  "name": "graphlabs.core.visualizer",
  "description": "GraphLabs Visualizer for graphs in the module",
  "version": "0.0.71",
  "author": "GraphLabs",
  "keywords": [
    "graphlabs",
    "graph",
    "default",
    "visualizer"
  ],
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/eakarpov/GraphLabsSuite.Core.GraphVisualizer.git"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "dependencies": {
    "@types/d3": "^5.7.2",
    "@types/react": "^16.9.2",
    "d3": "^5.12.0",
    "graphlabs.core.graphs": "^0.1.10",
    "react": "^16.9.0",
    "typescript": "^3.7.0"
  },
  "devDependencies": {
    "@types/chai": "^4.0.1",
    "@types/mocha": "^2.2.41",
    "chai": "^4.1.0",
    "mocha": "^3.5.0",
    "ts-node": "^3.2.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha -r ts-node/register test/**/*.test.ts"
  }
}
