UNPKG

maze

Version:

Flexible perfect maze generator

22 lines (21 loc) 384 B
{ "name": "maze", "version": "0.1.0", "description": "Flexible perfect maze generator", "keywords": [ "perfect", "maze", "generator", "game" ], "main": "index.js", "license": "MIT", "author": "Brandon Semilla (https://github.com/semibran)", "repository": { "type": "git", "url": "https://github.com/semibran/maze.git" }, "scripts": { "test": "node test" } }