{
  "name": "accepts",
  "description": "Higher-level content negotiation",
  "version": "1.0.7",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "license": "MIT",
  "repository": "expressjs/accepts",
  "dependencies": {
    "mime-types": "~1.0.0",
    "negotiator": "0.4.7"
  },
  "devDependencies": {
    "istanbul": "0.2.11",
    "mocha": "*",
    "should": "*"
  },
  "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/"
  }
}
