{
  "name": "content-type-parser",
  "description": "Parse the value of the Content-Type header",
  "keywords": [
    "content-type",
    "http"
  ],
  "version": "1.0.1",
  "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
  "license": "WTFPL",
  "repository": "jsdom/content-type-parser",
  "main": "lib/content-type-parser.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "mocha",
    "lint": "eslint lib test"
  },
  "devDependencies": {
    "eslint": "^3.8.0",
    "mocha": "^3.1.2"
  }
}
