-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "express-page-error-middleware",
"version": "2.0.4",
"description": "Error pages handling middleware for express",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Tickaroo/express-page-error-middleware.git"
},
"engines": {
"node": ">=0.12.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"express": "^4.14.0",
"istanbul": "^0.4.4",
"jade": "^1.9.2",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
},
"scripts": {
"test": "mocha",
"lint": "jshint **.js **/*.js",
"coverage": "istanbul cover node_modules/.bin/_mocha",
"cobertura": "istanbul report cobertura"
},
"keywords": [
"express",
"middleware",
"errors",
"error",
"error-pages"
],
"author": "Anton Pawlik <[email protected]> (http://antpaw.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tickaroo/express-page-error-middleware/issues"
},
"homepage": "https://github.com/tickaroo/express-page-error-middleware#readme"
}