{
  "name": "streamify",
  "description": "Streamify helps you easily provide a streaming interface for code.",
  "keywords": [
    "stream",
    "input",
    "output",
    "api"
  ],
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/fent/node-streamify.git"
  },
  "author": "fent (https://github.com/fent)",
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
  },
  "directories": {
    "lib": "./lib"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^5.1.0",
    "stream-equal": "~1.1.0"
  },
  "engines": {
    "node": ">=6"
  },
  "license": "MIT"
}
