{
  "name": "stream-recreate",
  "version": "1.0.0",
  "description": "Recreate stream on 'error' and/or 'end'",
  "main": "index.js",
  "dependencies": {
    "through": "~2.3.4",
    "backoff": "~2.3.0"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "semver": "~2.2.1",
    "jshint": "~2.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andreypopp/stream-recreate.git"
  },
  "homepage": "https://github.com/andreypopp/stream-recreate",
  "keywords": [
    "stream",
    "streams",
    "recreate",
    "reconnect"
  ],
  "author": {
    "name": "Andrey Popp",
    "email": "8mayday@gmail.com",
    "url": "http://andreypopp.com"
  },
  "license": "MIT"
}