UNPKG

881 BJSONView Raw
1{
2 "name": "accepts",
3 "description": "Higher-level content negotiation",
4 "version": "1.2.4",
5 "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
6 "license": "MIT",
7 "repository": "jshttp/accepts",
8 "dependencies": {
9 "mime-types": "~2.0.9",
10 "negotiator": "0.5.1"
11 },
12 "devDependencies": {
13 "istanbul": "0.3.5",
14 "mocha": "~1.21.5"
15 },
16 "files": [
17 "LICENSE",
18 "HISTORY.md",
19 "index.js"
20 ],
21 "engines": {
22 "node": ">= 0.6"
23 },
24 "scripts": {
25 "test": "mocha --reporter spec --check-leaks --bail test/",
26 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
27 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
28 },
29 "keywords": [
30 "content",
31 "negotiation",
32 "accept",
33 "accepts"
34 ]
35}