{ "name": "get-stdin", "version": "0.1.0", "description": "Easier stdin", "license": "MIT", "repository": "sindresorhus/get-stdin", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "http://sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "echo unicorns | mocha" }, "files": [ "index.js" ], "keywords": [ "stdin", "stdio", "concat", "buffer", "stream" ], "devDependencies": { "mocha": "*" } }