{
  "name": "word-wrap",
  "description": "Wrap words to a specified length.",
  "version": "1.0.3",
  "homepage": "https://github.com/jonschlinkert/word-wrap",
  "author": {
    "name": "Jon Schlinkert",
    "url": "http://github.com/jonschlinkert/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/word-wrap.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/word-wrap/issues"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/word-wrap/blob/master/LICENSE"
  },
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "mocha": "^2.1.0",
    "should": "^4.3.0"
  },
  "keywords": [
    "break",
    "line",
    "new-line",
    "carriage",
    "newline",
    "return",
    "soft",
    "text",
    "word",
    "word-wrap",
    "words",
    "wrap"
  ]
}
