{
  "name": "accepts",
  "description": "Higher-level content negotiation",
  "version": "1.1.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "license": "MIT",
  "repository": "jshttp/accepts",
  "dependencies": {
    "mime-types": "~2.0.0",
    "negotiator": "0.4.7"
  },
  "devDependencies": {
    "istanbul": "~0.3.0",
    "mocha": "1",
    "should": "4"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "mocha --require should --reporter dot test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require should --reporter dot test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require should --reporter spec test/"
  },
  "keywords": [
    "content",
    "negotiation",
    "accept",
    "accepts"
  ],
  "files": [
    "index.js"
  ]
}
