1{
2  "name": "pez",
3  "description": "Multipart parser",
4  "version": "4.0.2",
5  "repository": "git://github.com/hapijs/pez",
6  "main": "lib/index.js",
7  "keywords": [
8    "HTTP",
9    "multipart",
10    "parser"
11  ],
12  "engines": {
13    "node": ">=8.9.0"
14  },
15  "dependencies": {
16    "b64": "4.x.x",
17    "boom": "7.x.x",
18    "content": "4.x.x",
19    "hoek": "5.x.x",
20    "nigel": "3.x.x"
21  },
22  "devDependencies": {
23    "code": "5.x.x",
24    "form-data": "2.x.x",
25    "lab": "15.x.x",
26    "teamwork": "3.x.x",
27    "wreck": "14.x.x"
28  },
29  "scripts": {
30    "test": "lab -t 100 -v -L",
31    "test-cov-html": "lab -a code -r html -o coverage.html"
32  },
33  "license": "BSD-3-Clause"
34}
35