UNPKG

950 BJSONView Raw
1{
2 "name": "http-errors-wrapper",
3 "version": "1.1.3",
4 "description": "Handle http errors in an easy way",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest",
8 "build": "./node_modules/.bin/babel src -d lib --no-copy-ignored"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/LuisFuenTech/http-errors-wrapper"
13 },
14 "bugs": "https://github.com/LuisFuenTech/http-errors-wrapper/issues",
15 "keywords": [
16 "javascript",
17 "nodejs",
18 "http",
19 "error",
20 "http-errors",
21 "wrapper"
22 ],
23 "homepage": "https://github.com/LuisFuenTech/http-errors-wrapper#readme",
24 "author": "Luis Fuentes <luisfuentech> <luisfuentes.au@gmail.com> (https://github.com/LuisFuenTech)",
25 "license": "MIT",
26 "devDependencies": {
27 "@babel/cli": "7.14.8",
28 "@babel/core": "7.15.0",
29 "@babel/preset-env": "7.15.0",
30 "handlebars": "4.5.0",
31 "jest": "23.6.0",
32 "sinon": "7.0.0"
33 },
34 "dependencies": {}
35}