tabson
Version:
Convert a tab file to JSON
12 lines (11 loc) • 392 B
JSON
{
"name": "tabson",
"version": "0.0.1",
"description": "Convert a tab file to JSON",
"keywords": [ "tab", "tsv", "json", "tabulation" ],
"author": "Josemi Juanes <josemijuanes@gmail.com>",
"main": "./index.js",
"repository": { "type": "git", "url": "https://github.com/jmjuanes/tabson.git" },
"dependencies": { "pstat": "1.0.2", "readl-async": "0.0.3" },
"license": "MIT"
}