negotiate
Version:
A JavaScript implementation of proper HTTP content negotiation.
38 lines (37 loc) • 850 B
JSON
{
"name": "negotiate",
"version": "1.0.1",
"description": "A JavaScript implementation of proper HTTP content negotiation.",
"homepage": "http://github.com/garycourt/negotiate-js",
"author": "Gary Court <gary.court@gmail.com>",
"licenses": [
{
"type": "FreeBSD",
"url": "http://github.com/garycourt/negotiate-js/raw/master/negotiate.js"
}
],
"maintainers": [
{
"name": "Gary Court",
"email": "gary.court@gmail.com"
}
],
"bugs": {
"mail": "gary.court@gmail.com",
"url": "http://github.com/garycourt/negotiate-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:RubenVerborgh/negotiate-js.git"
},
"dependencies": {},
"main": "negotiate.js",
"keywords": [
"http",
"content",
"negotiation",
"variants",
"node",
"accept"
]
}