24 lines
432 B
JSON
24 lines
432 B
JSON
{
|
|
"name": "ascii-table",
|
|
"main": "ascii-table.js",
|
|
"version": "0.0.8",
|
|
"homepage": "https://github.com/sorensen/ascii-table",
|
|
"authors": [
|
|
"Beau Sorensen <mail@beausorensen.com>"
|
|
],
|
|
"description": "Easy tables for your console data",
|
|
"keywords": [
|
|
"table",
|
|
"ascii",
|
|
"console"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"Makefile",
|
|
"test.js",
|
|
"index.js",
|
|
"package.json"
|
|
]
|
|
}
|