UNPKG

672 BJSONView Raw
1{ "name": "cli-table"
2 , "description": "Pretty unicode tables for the CLI"
3 , "version": "0.3.1"
4 , "author": "Guillermo Rauch <guillermo@learnboost.com>"
5 , "contributors": ["Sonny Michaud <michaud.sonny@gmail.com> (http://github.com/sonnym)"]
6 , "repository": {
7 "type": "git",
8 "url": "https://github.com/Automattic/cli-table.git"
9 }
10 , "keywords": ["cli", "colors", "table"]
11 , "dependencies": {
12 "colors": "1.0.3"
13 }
14 , "devDependencies": {
15 "expresso": "~0.9"
16 , "should": "~0.6"
17 }
18 , "main": "lib"
19 , "files": [
20 "lib"
21 ]
22 , "scripts": {
23 "test": "make test"
24 }
25 , "engines": { "node": ">= 0.2.0" }
26}