{
	"name": "linewise",
	"description": "Splits a stream into lines",
	"author": "Harald Rudell <harald@allgoodapps.com> (http://www.haraldrudell.com)",
	"keywords": ["stream", "log", "line", "newline", "parse"],
	"version": "0.0.3",
	"contributors": [
		{
			"name": "Harald Rudell",
			"email": "harald@allgoodapps.com",
			"web": "http://www.haraldrudell.com"
		}
	],
	"devDependencies": {
		"uglify-js": "",
		"nodeunit": "",
		"greatjson": ""
	},
	"dependencies": {
	},
	"repository" : {
		"type" : "git",
		"url": "https://haraldrudell@github.com/haraldrudell/linewise.git"
	},
	"main": "lib/linewise",
	"scripts": {
		"test": "nodeunit test"
	}
}
