entwickeln
Version:
A JavaScript library for Conway's Game of Life
25 lines (24 loc) • 578 B
JSON
{
"name": "entwickeln",
"version": "1.4.0",
"description": "A JavaScript library for Conway's Game of Life",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/honmanyau/entwickeln.git"
},
"keywords": [
"Game of Life",
"Conway",
"JavaScript"
],
"author": "Honman Yau",
"license": "MIT",
"bugs": {
"url": "https://github.com/honmanyau/entwickeln/issues"
},
"homepage": "https://github.com/honmanyau/entwickeln#readme"
}