{
  "name": "best-encoding",
  "version": "0.1.1",
  "description": "Choose the best compression encoding",
  "keywords": [
    "request",
    "encoding",
    "compression"
  ],
  "author": "Stephen Mathieson <me@stephenmathieson.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenmathieson/node-best-encoding.git"
  },
  "dependencies": {
    "accept-encoding": "~0.1.0"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "main": "index",
  "bugs": {
    "url": "https://github.com/stephenmathieson/node-best-encoding/issues"
  },
  "scripts": {
    "test": "make test"
  },
  "license": "MIT"
}
