UNPKG

cellular-automata-patterns

Version:
32 lines (31 loc) 816 B
{ "name": "cellular-automata-patterns", "version": "1.0.24", "description": "Collections of cellular automata patterns", "main": "index.json", "scripts": { "test": "ajv -s .travis/schema.json -d index.json && node .travis/size-check index.json" }, "repository": { "type": "git", "url": "git+https://github.com/thomasdunn/cellular-automata-patterns.git" }, "keywords": [ "cellular", "automata", "patterns", "game of life", "conway" ], "author": "Thomas Dunn", "license": "ISC", "bugs": { "url": "https://github.com/thomasdunn/cellular-automata-patterns/issues" }, "homepage": "https://github.com/thomasdunn/cellular-automata-patterns#readme", "devDependencies": { "@types/node": "^11.12.1", "ajv-cli": "^3.0.0", "unzip": "^0.1.11" } }