UNPKG

432 BJSONView Raw
1{
2 "name": "ascii-table",
3 "main": "ascii-table.js",
4 "version": "0.0.8",
5 "homepage": "https://github.com/sorensen/ascii-table",
6 "authors": [
7 "Beau Sorensen <mail@beausorensen.com>"
8 ],
9 "description": "Easy tables for your console data",
10 "keywords": [
11 "table",
12 "ascii",
13 "console"
14 ],
15 "license": "MIT",
16 "ignore": [
17 "**/.*",
18 "Makefile",
19 "test.js",
20 "index.js",
21 "package.json"
22 ]
23}