forked from HttpErrorPages/HttpErrorPages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "http-error-pages",
"version": "0.5.2",
"description": "Simple HTTP Error Pages for expressjs",
"keywords": [
"http",
"https",
"error",
"errorpage",
"express",
"expressjs",
"router",
"handler"
],
"files": [
"lib",
"dist",
"express-demo.js",
"CHANGED.md",
"LICENSE.md",
"README.md"
],
"bin": {},
"main": "./lib/error-handler.js",
"author": "Andi Dittrich (https://andidittrich.de)",
"homepage": "https://github.com/AndiDittrich/HttpErrorPages",
"bugs": "https://github.com/AndiDittrich/HttpErrorPages/issues",
"repository": "AndiDittrich/HttpErrorPages",
"license": "MIT",
"devDependencies": {
"express": "^4.15.2"
}
}