genbank
Version:
JavaScript parser for the GenBank Flat File (GBF) format
26 lines • 583 B
JSON
{
"name": "genbank",
"version": "0.0.1",
"description": "JavaScript parser for the GenBank Flat File (GBF) format",
"main": "genbank.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/udp/genbankjs.git"
},
"author": "James McLaughlin",
"license": "BSD",
"bugs": {
"url": "https://github.com/udp/genbankjs/issues"
},
"homepage": "https://github.com/udp/genbankjs",
"keywords": [
"bioinformatics",
"biojs",
"gbf",
"genbank",
"parser"
]
}