{
  "name": "git-spawned-stream",
  "version": "1.0.1",
  "description": "Create a readable stream from a spawned git process.",
  "main": "index.js",
  "dependencies": {
    "debug": "^4.1.0",
    "spawn-to-readstream": "~0.1.3"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "proxyquire": "~1.0.0",
    "should": "~3.3.2"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alessioalex/git-spawned-stream"
  },
  "keywords": [
    "spawned",
    "git",
    "stream"
  ],
  "author": "Alexandru Vladutu <alexandru.vladutu@gmail.com> (http://careers.stackoverflow.com/alessioalex)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alessioalex/git-spawned-stream/issues"
  },
  "homepage": "https://github.com/alessioalex/git-spawned-stream"
}
