UNPKG

385 BJSONView Raw
1{
2 "author": "Eldar Gabdullin <eldargab@gmail.com>",
3 "name": "easy-table",
4 "description": "Nice text table for the CLI",
5 "keywords": ["table", "text", "cli"],
6 "version": "0.3.0",
7 "repository": {
8 "type": "git",
9 "url": "https://eldargab@github.com/eldargab/easy-table.git"
10 },
11 "main": "./lib/table",
12 "devDependencies": {
13 "mocha": "*",
14 "should": "*"
15 }
16}