{
  "name": "zstream",
  "version": "0.1.1",
  "description": "zipping and unzipping in javascript",
  "main": "zstream.js",
  "scripts": {
    "test": "nodeunit test test/headers"
  },
  "keywords": [
    "zip",
    "unzip"
  ],
  "author": "alunny",
  "license": "MIT",
  "devDependencies": {
    "nodeunit": "~0.7.4"
  },
  "homepage": "https://github.com/alunny/zstream",
  "repository" : {
    "type" : "git",
    "url" : "http://github.com/alunny/zstream.git"
  }
}
