{
  "name": "@gerhobbelt/linewrap",
  "description": "Word wrapping with HTML, ANSI color code, indentation and paragraphing support.",
  "version": "0.2.2-3",
  "repository": {
    "type": "git",
    "url": "git://github.com/GerHobbelt/linewrap.git"
  },
  "main": "./index.js",
  "keywords": [
    "word",
    "wrap",
    "line",
    "paragraph",
    "text",
    "string",
    "indent",
    "rule",
    "format",
    "column"
  ],
  "directories": {
    "lib": ".",
    "example": "example",
    "test": "test"
  },
  "scripts": {
    "lint": "eslint ./*js test/*js example/*js",
    "pretest": "npm run lint",
    "test": "mocha",
    "pub": "npm publish --access public"
  },
  "devDependencies": {
    "better-assert": "1.0.2",
    "chai": "4.1.2",
    "eslint": "4.8.0",
    "eslint-config-semistandard": "11.0.0",
    "mocha": "3.5.3",
    "wordwrap": "1.0.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "license": "MIT",
  "author": "Feng Qiu <feng@ban90.com>",
  "dependencies": {}
}
