{
  "name": "accept-encoding",
  "version": "0.1.0",
  "description": "Simple plugin for checking a request's Accept-Encoding",
  "keywords": [
    "accepts",
    "accept-encoding"
  ],
  "author": "Stephen Mathieson <me@stephenmathieson.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenmathieson/node-accept-encoding.git"
  },
  "dependencies": {},
  "devDependencies": {
    "mocha": "~1.12.1",
    "should": "~1.2.2"
  },
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/stephenmathieson/node-accept-encoding/issues"
  },
  "scripts": {
    "test": "make test"
  },
  "license": "MIT"
}
