-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
47
48
49
50
51
{
"name": "debug-middleware",
"description": "Cause express middleware to time out and report failures.",
"version": "1.0.2",
"private": false,
"maintainers": [
{
"name": "Elliot Foster",
"email": "[email protected]"
},
{
"name": "Ilya Shaisultanov",
"email": "[email protected]"
}
],
"dependencies": {},
"peerDependencies": {
"express": ">= 2"
},
"devDependencies": {
"chai": "~1.9",
"mocha": "~1.17",
"mocha-sinon": "~1.1",
"sinon": "~1.7",
"nodemon": "~1.0.14",
"express": "~3.4.8",
"supertest": "~0.9.0",
"sinon-chai": "~2.5.0"
},
"main": "debug-middleware.js",
"engines": {
"node": ">= 0.4"
},
"scripts": {
"test": "mocha -R list --recursive --check-leaks tests",
"testwatch": "nodemon -w . -x ./node_modules/.bin/mocha -R list --check-leaks --recursive tests"
},
"license": "MIT",
"keywords": ["debug", "middleware"],
"homepage": "https://github.com/shutterstock/node-debug-middleware",
"bugs": "https://github.com/shutterstock/node-debug-middleware/issues",
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/node-debug-middleware.git"
},
"contributors": [
"Elliot Foster <[email protected]>",
"David Fenster <[email protected]>",
"Richard Littauer <[email protected]>"
]
}