{
  "name": "ngraph.centrality",
  "version": "2.2.0",
  "description": "Module to calculate graph centrality metrics",
  "main": "index.js",
  "scripts": {
    "test": "tap --allow-incomplete-coverage test/*.js"
  },
  "keywords": [
    "graph",
    "centrality",
    "betweenness",
    "degree"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/ngraph.centrality"
  },
  "devDependencies": {
    "ngraph.generators": "^20.0.0",
    "ngraph.graph": "^20.0.0",
    "tap": "^19.2.0"
  }
}
