{
  "name": "mcnetic/zipstreamer",
  "type": "library",
  "description": "Stream zip files without i/o overhead",
  "keywords": ["zip", "stream"],
  "homepage": "https://github.com/McNetic/PHPZipStreamer",
  "license": "GPL-3.0+",
  "authors": [ {
      "name": "Nicolai Ehemann",
      "email": "en@enlightened.de",
      "role": "Author/Maintainer"
    },{
      "name": "André Rothe",
      "email": "arothe@zks.uni-leipzig.de",
      "role": "Contributor"
    },{
      "name": "Lukas Reschke",
      "email": "lukas@owncloud.com",
      "role": "Contributor"
    }
  ],
  "repositories": [ {
      "type": "vcs",
      "url": "https://github.com/McNetic/PHPZipStreamer"
    }
  ],                                                
  "require": {
    "php": ">=5.3.0"
  },
  "autoload": {
    "psr-4": {
      "ZipStreamer\\": "src/"
    }
  }
}
