{
  "name": "compressible",
  "description": "Compressible Content-Type / mime checking",
  "version": "1.1.0",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "contributors": [{
    "name": "Jeremiah Senkpiel",
    "email": "fishrock123@rocketmail.com",
    "url": "https://searchbeam.jit.su",
    "twitter": "https://twitter.com/fishrock123"
  }],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/expressjs/compressible.git"
  },
  "bugs": {
    "mail": "me@jongleberry.com",
    "url": "https://github.com/expressjs/compressible/issues"
  },
  "keywords": [
    "compress",
    "gzip",
    "mime",
    "content-type"
  ],
  "devDependencies": {
    "mocha": "~1.20.1"
  },
  "scripts": {
    "test": "mocha --reporter spec test/"
  }
}
