UNPKG

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