-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.11 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.11 KB
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
{
"name": "@matthewmain/evolve.js",
"version": "1.0.17",
"description": "EvolveJS is a lightweight genetics library modeled on Mendelian inheritance and Darwinian selection. When implemented into any self-replicating JavaScript object instance, the library can be used to produce descendant instances whose quantifiable variables are handled as heritable genes. Sequential replication iterations are then subject to the laws of Mendelian inheritance, gene mutation, and, when Darwinian environmental selection pressures are applied, in time, evolution.",
"main": "evolve.js",
"dependencies": {
"npm": "^6.9.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewmain/EvolveJS.git"
},
"keywords": [
"evolution",
"evolve",
"genetics",
"DNA",
"reproduction",
"selection"
],
"author": "Matthew Main",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewmain/EvolveJS/issues"
},
"homepage": "https://github.com/matthewmain/EvolveJS#readme"
}