UNPKG

dat-life

Version:
29 lines (28 loc) 627 B
{ "name": "conways-game-of-life-cli", "version": "0.0.1", "description": "Conway's Game of Life (CLI)", "main": "life.js", "files": [], "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/ethomson/life.git" }, "keywords": [ "Conway", "Game of Life", "Life", "Cellular Automata" ], "author": "Edward Thomson <ethomson@edwardthomson.com>", "license": "MIT", "bugs": { "url": "https://github.com/ethomson/life/issues" }, "homepage": "https://github.com/ethomson/life#readme", "dependencies": { "chalk": "^4.1.0", "clear": "^0.1.0" } }