{
  "name": "@sazze/liner",
  "version": "1.0.1",
  "description": "Stream that reads chunk data and outputs it line by line",
  "main": "./liner.js",
  "homepage": "https://github.com/sazze/node-liner",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">=0.10.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sazze/node-liner.git"
  },
  "dependencies": {
  },
  "devDependencies": {
    "mocha": "^1.20.1",
    "chai": "^1.9.1"
  },
  "keywords": [
    "stream",
    "line",
    "liner",
    "sazze"
  ],
  "bugs": {
    "url": "https://github.com/sazze/node-liner/issues"
  },
  "author": {
    "name": "Craig Thayer",
    "email": "cthayer@sazze.com"
  },
  "license": "ISC",
  "contributors": [
    {
      "name": "Craig Thayer",
      "email": "cthayer@sazze.com"
    }
  ],
  "maintainers": [
    {
      "name": "Craig Thayer",
      "email": "cthayer@sazze.com"
    }
  ]
}
