{
  "name": "cellular-automata-rule-parser",
  "version": "3.0.1",
  "description": "Parser for Life (S/B), Generations (S/B/C), Vote for Life, Wolfram, Cyclic (R/T/C/N), LUKY and NLUKY cellular automata rule formats, as well as extended Life and Generations rule formats designed for 3D cellular automata.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/"
  },
  "files": [
    "index.js",
    "formats/",
    "utils/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kchapelier/cellular-automata-rule-parser.git"
  },
  "keywords": [
    "automata",
    "cellular",
    "parser",
    "game of life",
    "conway",
    "wolfram"
  ],
  "author": "Kevin Chapelier",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/kchapelier/cellular-automata-rule-parser/issues"
  },
  "homepage": "https://github.com/kchapelier/cellular-automata-rule-parser",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.0"
  }
}
