UNPKG

735 BJSONView Raw
1{
2 "name": "clui",
3 "version": "0.3.6",
4 "description": "A Node.js toolkit for drawing nice command line tables, gauges, spinners, and sparklines.",
5 "main": "./lib/clui",
6 "author": {
7 "name": "Nathan Peck",
8 "email": "nathan@storydesk.com"
9 },
10 "dependencies": {
11 "cli-color": "0.3.2"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/nathanpeck/clui.git"
16 },
17 "keywords": [
18 "command line interface",
19 "CLI",
20 "sparkline",
21 "progress bar",
22 "spinner",
23 "gauge",
24 "line",
25 "console",
26 "buffer"
27 ],
28 "licenses": [
29 {
30 "type": "MIT",
31 "url": "https://raw.githubusercontent.com/nathanpeck/clui/master/LICENSE"
32 }
33 ],
34 "readmeFilename": "README.md"
35}