contenttype
Version:
Content-Type, Accept, and media/MIME-type parsing
19 lines (18 loc) • 533 B
JSON
{ "name": "contenttype"
, "description": "Content-Type, Accept, and media/MIME-type parsing"
, "homepage": "https://github.com/Acubed/contenttype"
, "version": "1.0.2"
, "author": "Austin Wright"
, "keywords": ["MIME", "media type", "Content-Type", "HTTP", "Content negotiation"]
, "repository":
{ "type": "git"
, "url": "git://github.com/Acubed/contenttype.git"
, "web": "https://github.com/Acubed/contenttype"
}
, "licenses": [
{ "type": "Public domain"
, "url": "http://unlicense.org/"
}
]
, "main": "contenttype.js"
}