-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "sails-hook-responsetime",
"version": "1.0.8",
"description": "Sails Hook Response Time. Adds X-Response-Time to HTTP and Socket headers",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"cover": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luislobo/sails-hook-responsetime.git"
},
"dependencies": {
"debug": "~2.2.0",
"on-headers": "~1.0.1"
},
"keywords": [
"sails",
"hook",
"response",
"time",
"responsetime",
"response-time",
"x-response-time"
],
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "10.0.0",
"sails": "0.12.14",
"sails-hook-sockets": "0.13.14",
"sails.io.js": "0.14.1-0",
"socket.io-client": "1.2.1"
},
"author": "Luis Lobo Borobia <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luislobo/sails-hook-responsetime/issues"
},
"homepage": "https://github.com/luislobo/sails-hook-responsetime#readme",
"sails": {
"isHook": true,
"hookName": "responsetime"
}
}