{
 "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"
 }
}
