{ "name": "outpipe", "version": "1.1.1", "description": "write output to a file through shell commands", "main": "index.js", "directories": { "example": "example" }, "dependencies": { "shell-quote": "^1.4.2" }, "devDependencies": { "gaze": "^0.5.1", "minimist": "^1.1.0", "osenv": "^0.1.0", "tape": "^3.5.0", "xtend": "^4.0.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/outpipe.git" }, "keywords": [ "output", "file", "pipe", "shell", "exec", "spawn", "createWriteStream", "redirect" ], "author": "substack", "license": "MIT", "bugs": { "url": "https://github.com/substack/outpipe/issues" }, "homepage": "https://github.com/substack/outpipe" }