{ "name": "stream-to-logger", "version": "0.0.1", "description": "Calls a logger function for each line in a stream", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-stream-to-logger.git" }, "keywords": [ "stream", "logging" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "split": "^1.0.0", "stream-combiner2": "^1.1.1", "through2-sink": "^1.0.0" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1" } }