-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "before-and-after",
"version": "2.1.3",
"description": "Express package for response preprocessing, postprocessing. Include, exclude, filter, update fields & dump before and after job",
"main": "index.js",
"scripts": {},
"keywords": [
"express",
"before",
"after",
"tasks",
"filter",
"exclude",
"response",
"preprocessing",
"postprocessing"
],
"author": "Ikrum Hossain <ikrum.bd@gmail.com> (http://ikrum.net)",
"repository": {
"type": "git",
"url": "git+https://github.com/ikrum/before-and-after.git"
},
"license": "MIT",
"dependencies": {
"content-type": "^1.0.1",
"etag": "^1.7.0",
"object-path": "^0.9.2",
"send": "^0.13.2"
},
"bugs": {
"url": "https://github.com/ikrum/before-and-after/issues"
},
"homepage": "https://github.com/ikrum/before-and-after#readme"
}