bar-horizontal
Version:
Create beautiful horizontal charts, that fit your terminal.
44 lines (43 loc) • 828 B
JSON
{
"name": "bar-horizontal",
"version": "0.5.1",
"description": "Create beautiful horizontal charts, that fit your terminal.",
"license": "MIT",
"repository": "icyflame/bar-horizontal",
"author": {
"name": "Siddharth Kannan",
"email": "kannan.siddharth12@gmail.com",
"url": "icyflame.github.io"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha ./test/bar-horizontal.spec.js"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"bar",
"graph",
"barchart",
"terminal",
"horizontal",
"overflow",
"avoided"
],
"dependencies": {
"figures": "1.7.0",
"lodash": ">=4.17.12",
"meow": "3.7.0",
"window-size": "0.1.4"
},
"devDependencies": {
"mocha": "^7.1.1"
}
}