@phylocanvas/examples
Version:
Phylogenetic tree visualisation for the web.
34 lines (33 loc) • 798 B
JSON
{
"name": "@phylocanvas/examples",
"version": "8.0.0",
"description": "Phylogenetic tree visualisation for the web.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/cgps/phylocanvas/phylocanvas.gl.git"
},
"keywords": [
"phylocanvas",
"phylo",
"phylogeny",
"phylogenetic",
"tree",
"canvas",
"newick",
"biojs",
"webgl"
],
"author": "The Centre for Genomic Pathogen Surveillance (CGPS)",
"license": " MPL-2.0",
"bugs": {
"url": "https://gitlab.com/cgps/phylocanvas/phylocanvas.gl/issues"
},
"homepage": "https://gitlab.com/cgps/phylocanvas/phylocanvas.gl#readme",
"publishConfig": {
"access": "public"
}
}