blob: bb4cb33fccadb24245d4973d4860d1214d2852e9 [file] [edit]
{
"bugs": {
"url": "https://github.com/jshttp/negotiator/issues"
},
"bundleDependencies": false,
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "federico.romero@outboxlabs.com",
"name": "Federico Romero"
},
{
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
}
],
"deprecated": false,
"description": "HTTP content negotiation",
"devDependencies": {
"eslint": "5.16.0",
"eslint-plugin-markdown": "1.0.0",
"mocha": "6.1.4",
"nyc": "14.0.0"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"lib/",
"HISTORY.md",
"LICENSE",
"index.js",
"README.md"
],
"homepage": "https://github.com/jshttp/negotiator#readme",
"keywords": [
"http",
"content negotiation",
"accept",
"accept-language",
"accept-encoding",
"accept-charset"
],
"license": "MIT",
"name": "negotiator",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/negotiator.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --check-leaks --bail test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
},
"version": "0.6.2"
}