{
  "name": "count-lines",
  "description": "Count the lines in a string, works with windows carriage returns or unix style newlines.",
  "version": "0.1.2",
  "homepage": "https://github.com/jonschlinkert/count-lines",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/count-lines.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/count-lines/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/count-lines/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "bin",
    "break",
    "breaks",
    "carriage",
    "char",
    "character",
    "count",
    "crlf",
    "delimited",
    "delimiter",
    "end",
    "ending",
    "eol",
    "lf",
    "line",
    "line-break",
    "line-endings",
    "linebreak",
    "linefeed",
    "newline",
    "newlines",
    "nl",
    "return",
    "split",
    "unix",
    "windows"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "verb": ">= 0.2.6",
    "mocha": "*"
  }
}