{ "name": "new-line", "version": "1.1.1", "description": "simple new line stream for node.js stream2", "main": "index.js", "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/intesso/new-line.git" }, "keywords": [ "split", "newline", "stream" ], "author": "Marc Harter, Andi Neck", "license": "MIT", "bugs": { "url": "https://github.com/intesso/new-line/issues" }, "homepage": "https://github.com/intesso/new-line", "devDependencies": { "event-stream": "^3.3.0", "split": "^0.3.3", "split2": "^0.2.1", "tape": "^4.0.0" } }