{ "name": "printable", "description": "print array like table into console", "version": "0.0.3", "repository": { "type": "git", "url": "git@github.com/dead-horse/printable.git" }, "devDependencies": { "mocha": "*", "should": "*", "visionmedia-jscoverage": "*" }, "author": "dead_horse (http://deadhorse.me)", "main": "./index.js", "scripts": { "test": "make test" }, "engines": { "node": ">= 0.6" }, "directories": { "lib": "./lib" }, "keywords": [ "print", "table" ] }