Skip to content

Commit cee635e

Browse files
committed
Added some more metadata to package.json
1 parent ae2d617 commit cee635e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ nohup.out
77
yarn.lock
88
*.gz
99
*.br
10+
.cache

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"name": "MicrobeTrace",
33
"version": "0.5.5",
4+
"description": "The Visualization Multitool for Molecular Epidemiology and Bioinformatics",
5+
"homepage": "https://github.com/CDCgov/MicrobeTrace#readme",
6+
"keywords": [ "bioinformatics", "epidemiology", "network-visualization", "hiv", "CDC", "pathogens", "phylogenetics", "phylogenetic-trees", "phylogeny", "phylogenomics", "genomics", "genomics-visualization", "data-visualization", "genomic-data-analysis", "sequence-analysis" ],
47
"author": "Tony Boyles <nsp3@cdc.gov>",
58
"license": "Apache-2.0",
6-
"repository": "https://github.com/CDCgov/MicrobeTrace.git",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/CDCgov/MicrobeTrace.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/CDCgov/MicrobeTrace/issues"
15+
},
716
"engines": {
817
"node": "12.2.0"
918
},
@@ -13,6 +22,10 @@
1322
"clean": "scripts/cleanup.sh",
1423
"compress": "scripts/compress.sh"
1524
},
25+
"directories": {
26+
"doc": "docs",
27+
"test": "test"
28+
},
1629
"dependencies": {
1730
"express": "^4.16.3",
1831
"express-static-gzip": "^1.1.3"

0 commit comments

Comments
 (0)