{ "name" : "gzippo"
, "version" : "0.2.0"
, "author" : "Tom Gallacher"
, "description" : "Gzip middleware for Connect using the native zlib library in node >= 0.6"
, "homepage" : "http://www.tomg.co/gzippo"
, "repository": { "type": "git"
  , "url": "git://github.com/tomgco/gzippo.git"
  }
, "keywords": [ "compression"
  , "gzip"
  , "compress"
  ]
, "engines" : { "node" : ">= 0.5 < 0.9" }
, "scripts": { "test": "mocha"
  }
, "main" : "./index.js"
, "dependencies" : { "send": "*"
  }
, "devDependencies": { "should": "*"
  , "connect": "~2"
  , "express": "~3"
  , "mocha": "*"
  }
}
