{
  "name": "ngraph.louvain",
  "version": "2.0.0",
  "description": "Given a graph instance detects communities using the Louvain Method",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*.js",
    "demo": "browserify demo/basic/index.js > demo/basic/bundle.js"
  },
  "keywords": [
    "modularity",
    "graph",
    "community",
    "structure",
    "louvain",
    "blondel"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/ngraph.louvain"
  },
  "dependencies": {
    "ngraph.random": "0.0.1"
  },
  "devDependencies": {
    "miserables": "^1.0.0",
    "ngraph.coarsen": "^1.2.0",
    "ngraph.graph": "0.0.14",
    "ngraph.svg": "0.0.15",
    "ngyp": "^1.0.1",
    "tap": "^12.6.1"
  }
}
