{
  "name": "pts-to-graph",
  "version": "0.0.0253",
  "description": "generate nearest neighbors for a set of 3d points. convert triangle mesh to graph. convert set of 3d points into an graph / ngraph.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "nearest",
    "neighbors",
    "3d",
    "graph",
    "links",
    "radius",
    "points",
    "ngraph"
  ],
  "author": "stonkpunk",
  "license": "MIT",
  "dependencies": {
    "delaunay-triangulate": "^1.1.6",
    "ngraph.graph": "^20.0.0",
    "rbush-3d": "0.0.4",
    "underscore": "^1.13.4",
    "yaot": "^1.1.3"
  },
  "homepage": "https://github.com/stonkpunk/my-npm-modules/tree/main/pts-to-graph"
}
