UNPKG

520 BJSONView Raw
1{
2 "name": "ascii-table"
3, "version": "0.0.6"
4, "license": "MIT"
5, "keywords": [
6 "table"
7 , "ascii"
8 , "console"
9 ]
10, "author": "Beau Sorensen <mail@beausorensen.com> (http://github.com/sorensen)"
11, "description": "Easy tables for your console data"
12, "repository": {
13 "type": "git"
14 , "url": "git://github.com/sorensen/ascii-table.git"
15 }
16, "engines": {
17 "node": "0.x"
18 }
19, "main": "index.js"
20, "scripts": {
21 "test": "make test"
22 }
23, "devDependencies": {
24 "mocha": "*"
25 }
26, "dependencies": {}
27}
\No newline at end of file