-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 766 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 766 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
{
"name": "on-http-end",
"version": "1.0.3",
"description": "Allows to capture HTTP response content and headers on request end.",
"main": "index.js",
"scripts": {
"format": "standard --fix",
"test": "nyc mocha test/*.test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkyberneees/on-http-end.git"
},
"keywords": [
"http",
"response",
"content",
"headers"
],
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkyberneees/on-http-end/issues"
},
"homepage": "https://github.com/jkyberneees/on-http-end#readme",
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
}