sails-hook-request-info
Version:
Hook for Sails.js of show request info.
41 lines (40 loc) • 802 B
JSON
{
"name": "sails-hook-request-info",
"version": "0.0.9",
"description": "Hook for Sails.js of show request info.",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/_mocha"
},
"author": "Leo Liu",
"license": "MIT",
"sails": {
"isHook": true
},
"bugs": {
"url": "https://github.com/leoliew/sails-hook-request-info/issues"
},
"homepage": "https://github.com/leoliew/sails-hook-request-info.git",
"keywords": [
"sails",
"sails.js",
"sails-hook",
"request",
"request-info"
],
"dependencies": {
"bytes": "^2.1.0",
"response-time": "^2.3.1"
},
"devDependencies": {
"sails": "~0.11.3",
"should": "*",
"mocha": "*",
"request": "2.68.0"
},
"contributors": [
{
"name": "Leo Liu"
}
]
}