-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (33 loc) · 836 Bytes
/
package.json
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": "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 <[email protected]> (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"
}
}