UNPKG

game-of-life-d3-boots

Version:

conway's game of life with a small bit of interactivity. an observer can click on a square to "infect" it (turn its living color to red). then, whenever that cell is live, it will "infect" its living neighbors

44 lines (43 loc) 1.17 kB
{ "name": "game-of-life-d3-boots", "author": "boots", "engines": { "node": ">= 0.10.0" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.5.0", "grunt-browserify": "~3.8.0" }, "version": "0.2.0", "description": "conway's game of life with a small bit of interactivity. an observer can click on a square to \"infect\" it (turn its living color to red). then, whenever that cell is live, it will \"infect\" its living neighbors", "main": "Gruntfile.js", "directories": { "test": "test" }, "dependencies": { "d3": "~3.5.5", "es6-promise": "~2.1.1", "grunt": "~0.4.5", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.5.1", "grunt-contrib-watch": "~0.6.1", "grunt-browserify": "~3.8.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "conway", "game of life", "infection", "d3", "boots" ], "license": "MIT" }