phylo-node
Version:
phylo-node: A Molecular Phylogenetic Toolkit using Node.js
44 lines • 1.02 kB
JSON
{
"name": "phylo-node",
"description": "phylo-node: A Molecular Phylogenetic Toolkit using Node.js",
"version": "0.1.4",
"homepage": "https://github.com/dohalloran/phylo-node",
"author": {
"name": "dohalloran",
"email": "damienoh@gwu.edu"
},
"repository": {
"type": "git",
"url": "git://github.com/dohalloran/phylo-node.git"
},
"bugs": {
"url": "https://github.com/dohalloran/phylo-node/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dohalloran/phylo-node/LICENSE"
}
],
"main": "index.js",
"dependencies": {
"download": "^6.0.0",
"express": "^4.15.2",
"socket.io": "^2.0.1"
},
"scripts": {
"test": "mocha Test/index_test.js"
},
"keywords": [
"biojs",
"bionode",
"alignment",
"phylogeny",
"DNA"
],
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
}
}