1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"name": "@nc0/life2-simulator",
"version": "1.0.0",
"description": "An evolved and complete simulation program for variants of Conway's Game of Life, allowing dynamic rules and custom cell states.",
"keywords": [
"game of life",
"simulation",
"cellular automata",
"conway",
"evolved",
"complete",
"dynamic rules",
"custom cell states"
],
"homepage": "https://github.com/nc0fr/life2/tree/master/life2/simulator#readme",
"bugs": {
"url": "https://github.com/nc0fr/life2/issues",
"email": "n@nc0.fr"
},
"license": "Apache-2.0",
"author": "Nicolas Paul <n@nc0.fr> (https://nc0.fr)",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/nc0fr"
},
"browser": true,
"repository": {
"type": "git",
"url": "https://github.com/nc0fr/life2.git",
"directory": "life2/simulator"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}
|