-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (50 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
52 lines (50 loc) · 934 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "express-res",
"version": "0.2.1",
"description": "Http Response middleware for Express",
"author": {
"name": "Jerry Wu",
"email": "[email protected]",
"url": "https://github.com/perzy"
},
"contributors": [
{
"name": "jerrywu",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/perzy/express-res"
},
"license": "MIT",
"dependencies": {
"lodash":"~3.9.3",
"glob":"~5.0.10",
"async":"~1.2.1",
"debug":"2.2.0"
},
"devDependencies": {
},
"files": [
"lib/",
"README.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
},
"bugs": {
"url": "https://github.com/perzy/express-res/issues"
},
"homepage": "https://github.com/perzy/express-res",
"maintainers": [
{
"name": "jerrywu",
"email": "[email protected]"
}
]
}