UNPKG

1.09 kBJSONView Raw
1{
2 "name": "cli-table2",
3 "version": "0.1.2",
4 "description": "Pretty unicode tables for the command line. Based on the original cli-table.",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "dependencies": {
10 "colors": "^1.0.3",
11 "lodash": "^2.4.1"
12 },
13 "devDependencies": {
14 "chai": "^1.10.0",
15 "cli-table": "^0.3.1",
16 "coveralls": "^2.11.2",
17 "git-rev": "^0.2.1",
18 "growl": "^1.8.1",
19 "gulp": "^3.8.10",
20 "gulp-istanbul": "^0.5.0",
21 "gulp-mocha": "^2.0.0",
22 "gulp-util": "^3.0.1",
23 "sinon": "^1.12.2",
24 "sinon-chai": "^2.6.0"
25 },
26 "scripts": {
27 "test": "gulp coverage"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/jamestalmage/cli-table2.git"
32 },
33 "keywords": [
34 "node",
35 "command",
36 "line",
37 "cli",
38 "table",
39 "tables",
40 "tabular",
41 "unicode",
42 "colors",
43 "grid"
44 ],
45 "author": "James Talmage",
46 "license": "MIT",
47 "bugs": {
48 "url": "https://github.com/jamestalmage/cli-table2/issues"
49 },
50 "homepage": "https://github.com/jamestalmage/cli-table2"
51}