@becquerel/content-negotiator
Version:
HTTP content negotiation library.
31 lines (30 loc) • 684 B
JSON
{
"name": "@becquerel/content-negotiator",
"version": "0.1.0-alpha.3",
"description": "HTTP content negotiation library.",
"engines": {
"node": ">=7.10"
},
"main": "./lib/index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/becquerel-js/content-negotiator.git"
},
"keywords": [
"content",
"negotiation",
"http"
],
"author": "James Benner",
"license": "MIT",
"bugs": {
"url": "https://github.com/becquerel-js/content-negotiator/issues"
},
"homepage": "https://github.com/becquerel-js/content-negotiator#readme",
"devDependencies": {
"jasmine": "^2.6.0"
}
}