{
  "name": "columnify",
  "version": "1.4.1",
  "description": "Render data in text columns. supports in-column text-wrap.",
  "main": "columnify.js",
  "scripts": {
    "pretest": "npm prune",
    "test": "make prepublish && tape test/*.js | tap-spec",
    "bench": "npm test && node bench",
    "prepublish": "make prepublish"
  },
  "author": {
    "name": "Tim Oxley"
  },
  "license": "MIT",
  "devDependencies": {
    "6to5": "^3.0.9",
    "chalk": "^0.5.1",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/timoxley/columnify.git"
  },
  "keywords": [
    "column",
    "text",
    "ansi",
    "console",
    "terminal",
    "wrap",
    "table"
  ],
  "bugs": {
    "url": "https://github.com/timoxley/columnify/issues"
  },
  "homepage": "https://github.com/timoxley/columnify",
  "dependencies": {
    "strip-ansi": "^2.0.0",
    "wcwidth": "^1.0.0"
  },
  "directories": {
    "test": "test"
  },
  "gitHead": "24371e9c12287ce4d28f19d704a28059f3acd42b",
  "_id": "columnify@1.4.1",
  "_shasum": "30555796379865b016189c228cb0061764270ed0",
  "_from": "columnify@>=1.4.1 <1.5.0",
  "_npmVersion": "2.3.0",
  "_nodeVersion": "0.10.35",
  "_npmUser": {
    "name": "timoxley",
    "email": "secoif@gmail.com"
  },
  "maintainers": [
    {
      "name": "timoxley",
      "email": "secoif@gmail.com"
    }
  ],
  "dist": {
    "shasum": "30555796379865b016189c228cb0061764270ed0",
    "tarball": "http://registry.npmjs.org/columnify/-/columnify-1.4.1.tgz"
  },
  "_resolved": "https://registry.npmjs.org/columnify/-/columnify-1.4.1.tgz"
}
