@thewizardbear/maze_generator
Version:
A deno-compatible package for maze generation
22 lines (21 loc) • 438 B
JSON
{
"name": "maze_generator",
"description": "A module for generating mazes",
"version": "0.4.0",
"entry": "./mod.js",
"checkFormat": false,
"files": [
"./src/**/*",
"./examples/**/*",
"./images/**/*",
"./tests/**/*",
"./egg.json",
"./LICENSE",
"./mod.js",
"./README.md"
],
"check": true,
"homepage": "https://github.com/thewizardbear/maze_generator",
"ignore": [],
"unlisted": false
}