{
  "name": "union-find",
  "version": "1.0.2",
  "description": "A union-find data structure for maintaining disjoint sets.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/union-find.git"
  },
  "keywords": [
    "union",
    "find",
    "link",
    "disjoint",
    "set",
    "connected",
    "component",
    "graph"
  ],
  "scripts": {
    "test": "tape test/*.js"
  },
  "author": "Mikola Lysenko",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "8fbd75feecd9d7154f4c2ff21754f483ad07ccab",
  "devDependencies": {
    "tape": "^3.5.0"
  }
}
