Skip to main content
Module

x/maze_generator/package.json

A work-in-progress Javascript maze generator module, compatible with both Deno and Node. 🌽
Go to Latest
File
{ "name": "@thewizardbear/maze_generator", "version": "0.1.0-alpha.1", "description": "A deno-compatible package for maze generation", "main": "mod.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"No test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/TheWizardBear/maze_generator.git" }, "keywords": [ "maze", "maze-generation", "maze-generator", "maze-algorithms", "deno", "deno-module", "mazes", "maze-maker", "maze-generation-algorithms", "generator" ], "author": "The Wizard Bear", "license": "MIT", "bugs": { "url": "https://github.com/TheWizardBear/maze_generator/issues" }, "homepage": "https://github.com/TheWizardBear/maze_generator#readme", "dependencies": { "node-fetch": "^2.6.0" }}