{
  "name": "line-counter",
  "version": "1.1.0",
  "description": "A simple class that allows to count lines while iterating over a string",
  "main": "index.js",
  "scripts": {
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nknapp/line-counter.git"
  },
  "author": "Nils Knappmeier",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nknapp/line-counter/issues"
  },
  "homepage": "https://github.com/nknapp/line-counter",
  "devDependencies": {
    "jasmine": "^2.3.1",
    "verb": "^0.7.4"
  }
}
