tablify
Version:
Quick and painless printing of tabular data
25 lines (24 loc) • 543 B
JSON
{
"name": "tablify",
"description": "Quick and painless printing of tabular data",
"version": "0.1.5",
"directories": {
"lib": "./lib"
},
"main": "lib/tablify.js",
"author": "Chris Coyne <ccoyne77@gmail.com>",
"devDependencies": {
"coffee-script" : "*"
},
"repository": {
"type": "git",
"url": "http://github.com/malgorithms/tablify"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/malgorithms/tablify/raw/master/LICENSE"
}
],
"keywords": ["table", "ascii", "ansii", "cli", "terminal", "console"]
}