{
  "name": "justified",
  "description": "Wraps words to a specified length and justifies the text in each line.",
  "version": "1.0.1",
  "homepage": "https://github.com/jonschlinkert/justified",
  "author": "Jon Schlinkert (http://github.com/jonschlinkert)",
  "contributors": [
    "Andrea Parodi (https://twitter.com/parroit)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)"
  ],
  "repository": "jonschlinkert/justified",
  "bugs": {
    "url": "https://github.com/jonschlinkert/justified/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "longest": "^2.0.1",
    "repeat-string": "^1.6.1",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "align",
    "aligned",
    "alignment",
    "break",
    "console",
    "justification",
    "justified",
    "justify",
    "line",
    "pad",
    "padded",
    "padding",
    "prompt",
    "repeat",
    "soft",
    "string",
    "terminal",
    "text",
    "word",
    "word-wrap",
    "words",
    "wrap"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "pad-right",
        "pad-left",
        "repeat-string"
      ]
    },
    "lint": {
      "reflinks": true
    }
  }
}
