UNPKG

hampath3

Version:

A library for generating random looking Hamiltonian paths (aka self-avoiding walks) on a 3D grid

34 lines (33 loc) 852 B
{ "name": "hampath3", "description": "A library for generating random looking Hamiltonian paths (aka self-avoiding walks) on a 3D grid", "author": "David Fusilier <dfusil2@gmail.com>", "license": "WTFPL", "version": "0.0.5", "scripts": { "build": "babel src -d lib", "publish": "yarn build && npm publish" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/preset-env": "^7.13.10" }, "dependencies": { "canvas-sketch-util": "^1.10.0" }, "main": "lib/hampath3.js", "repository": { "type": "git", "url": "git+https://github.com/dfusilier/hampath3" }, "keywords": [ "self-avoiding", "hamiltonian", "saw" ], "bugs": { "url": "https://github.com/dfusilier/hampath3/issues" }, "homepage": "https://github.com/dfusilier/hampath3#readme" }