{ "name": "@life2/game", "version": "1.1.0", "description": "Node.js implementation of the Life2 game.", "keywords": [ "cellular", "automaton", "game", "life" ], "homepage": "https://github.com/nc0fr/life2/tree/master/life2/game#readme", "bugs": { "url": "https://github.com/nc0fr/life2/issues", "email": "n@nc0.fr" }, "license": "Apache-2.0", "author": "The Life2 Authors", "contributors": [ "Nicolas Paul (https://nc0.fr)" ], "funding": { "type": "individual", "url": "https://github.com/sponsors/nc0fr" }, "browser": true, "repository": { "type": "git", "url": "https://github.com/nc0fr/life2.git", "directory": "life2/game" }, "files": [ "LICENSE", "README.md", "board.js", "cell.js", "index.js", "rule.js", "rules_manager.js", "world.js" ], "main": "./index.js", "readme": "README", "scripts": { "test": "exit 0", "lint": "eslint .", "lint-fix": "eslint --fix .", "fmt": "clang-format -i *.js", "fmt-check": "clang-format --dry-run --Werror *.js" } }