-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 726 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 726 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
{
"name": "superagent-node-http-timings",
"version": "1.0.2",
"description": "Superagent plugin for measuring http timings in node.js",
"repository": {
"url": "https://github.com/webuniverseio/superagent-node-http-timings",
"type": "git"
},
"engines": {
"node": ">=6.5.0"
},
"main": "index.js",
"peerDependencies": {
"superagent": "*"
},
"devDependencies": {
"jest": "^24.9.0",
"np": "^10.1.0",
"superagent": "^5.1.0"
},
"scripts": {
"test": "jest",
"release": "np"
},
"license": "MIT",
"keywords": [
"superagent",
"timings",
"http"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"packageManager": "yarn@1.22.22"
}