UNPKG

node-genome

Version:

notion of a biologically inspired genome driven by a gene regulatory network

36 lines (33 loc) 836 B
{ "name": "node-genome", "version": "0.2.31", "description": "notion of a biologically inspired genome driven by a gene regulatory network", "main": "src/genome.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/scottstensland/node-genome.git" }, "keywords": [ "genome", "GRN", "genetics" ], "author": "Scott Stensland <scottstensland@gmail.com> (http://catfoodnation.com/)", "licenses": [ { "type": "WTFPL – Do What the Fuck You Want to Public License", "url": "http://www.wtfpl.net" } ], "bugs": { "url": "https://github.com/scottstensland/node-genome/issues" }, "homepage": "https://github.com/scottstensland/node-genome", "devDependencies": { "chai": "^1.9.1", "mocha": "^1.20.1" } }