2025-04-27 15:36:04 +01:00

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"
]
}