{
  "name": "line-driver",
  "version": "1.1.9",
  "devDependencies": {
    "vows": "~0.8.1"
  },
  "description": "A simple configurable module to read or write files line by line.",
  "main": "index.js",
  "scripts": {
	"test": "vows test/test.js --spec",
	"uglify": "uglifyjs lib/line-driver.js --compress --mangle sort,toplevel -o line-driver.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bninni/line-driver.git"
  },
  "keywords": [
    "read",
	"lines",
    "in",
	"file",
    "read",
	"lines",
    "from",
	"file",
    "read",
	"line",
    "in",
	"file",
    "read",
	"line",
    "from",
	"file",
    "read",
    "file",
    "line",
    "by",
    "line",
    "read",
    "files",
    "line",
    "by",
    "line",
    "read",
    "file",
    "lines",
    "linebyline",
    "file",
    "line",
    "reader",
    "readfile",
    "write",
    "lines",
    "line",
    "writer",
    "writefile"
  ],
  "author": "Brian Ninni <brian@ninni.io> (http://ninni.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bninni/line-driver/issues"
  },
  "homepage": "https://github.com/bninni/line-driver#readme"
}
