express-powered-by
Version:
Set the X-Powered-By header returned by Express
31 lines (30 loc) • 717 B
JSON
{
"name": "express-powered-by",
"version": "0.0.3",
"description": "Set the X-Powered-By header returned by Express",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/JameHight/node-express-powered-by.git"
},
"keywords": [
"express",
"powered-by",
"header",
"connect"
],
"author": "James Hight",
"licenses": [
{
"type": "Apache 2.0",
"url": "https://github.com/JamesHight/node-express-powered-by/blob/master/LICENSE"
}
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/JameHight/node-express-powered-by/issues"
}
}