hprop
Version:
Express middlware to propagate headers across services.
36 lines (35 loc) • 795 B
JSON
{
"name": "hprop",
"version": "2.2.0",
"description": "Express middlware to propagate headers across services.",
"main": "middleware.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hemanth Malla",
"license": "ISC",
"devDependencies": {
"express": "^4.16.2",
"request": "^2.83.0",
"mongodb": "2.0.34"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hemanthmalla/hprop.git"
},
"keywords": [
"express",
"middleware",
"monkeypatching",
"cls",
"continuation-local-storage",
"shimming"
],
"bugs": {
"url": "https://github.com/hemanthmalla/hprop/issues"
},
"homepage": "https://github.com/hemanthmalla/hprop#readme"
}