{
  "name": "streamifier",
  "version": "0.1.1",
  "description": "Converts a Buffer/String into a readable stream",
  "keywords": [
    "string",
    "buffer",
    "readable",
    "stream"
  ],
  "author": "Gabriel Llamas <gagle@outlook.com>",
  "repository": "git://github.com/gagle/node-streamifier.git",
  "engines": {
    "node": ">=0.10"
  },
  "license": "MIT",
  "main": "lib"
}