UNPKG

alpha-shape

Version:
39 lines (38 loc) 809 B
{ "name": "alpha-shape", "version": "1.0.0", "description": "Any dimensional alpha shape computation", "main": "alpha.js", "dependencies": { "simplicial-complex-boundary": "^1.0.0", "alpha-complex": "^1.0.0" }, "devDependencies": { "canvas-fit": "^1.2.0", "mouse-change": "^1.1.1" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/mikolalysenko/alpha-shape.git" }, "keywords": [ "alpha", "shape", "convex", "hull", "concave", "hull", "point", "simplicial", "complex" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/alpha-shape/issues" }, "homepage": "https://github.com/mikolalysenko/alpha-shape" }