UNPKG

followjacks-game-of-life

Version:
35 lines (34 loc) 780 B
{ "name": "followjacks-game-of-life", "version": "0.1.0", "description": "Game of Life", "main": "index.js", "scripts": { "test": "nyc ./node_modules/.bin/mocha --reporter spec", "testDebug": "./node_modules/.bin/mocha --inspect-brk" }, "repository": { "type": "git", "url": "git+https://github.com/FollowJack/bootcamp.git" }, "keywords": [ "game", "of", "life", "js" ], "author": "FollowJack", "license": "MIT", "bugs": { "url": "https://github.com/FollowJack/bootcamp/issues" }, "homepage": "https://github.com/FollowJack/bootcamp#readme", "devDependencies": { "chai": "^4.1.2", "jsdom": "^12.0.0", "jsdom-global": "^3.0.2", "mocha": "^5.2.0", "nyc": "^13.0.1", "sinon": "^6.1.5" } }