UNPKG

572 BJSONView Raw
1{
2 "name": "accept",
3 "description": "HTTP Accept-* headers parsing",
4 "version": "0.0.0",
5 "repository": "git://github.com/hapijs/accept",
6 "main": "index",
7 "keywords": [
8 "HTTP",
9 "header",
10 "accept",
11 "accept-encoding"
12 ],
13 "engines": {
14 "node": ">=0.10.32"
15 },
16 "dependencies": {
17 "boom": "2.x.x",
18 "hoek": "2.x.x"
19 },
20 "devDependencies": {
21 "lab": "4.x.x"
22 },
23 "scripts": {
24 "test": "make test-cov"
25 },
26 "licenses": [
27 {
28 "type": "BSD",
29 "url": "http://github.com/hapijs/accept/raw/master/LICENSE"
30 }
31 ]
32}