response-powered-by
Version:
Middleware to set the X-Powered-By header returned by Express
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "response-powered-by",
"description": "Middleware to set the X-Powered-By header returned by Express",
"version": "1.0.4",
"author": "Nicola Del Gobbo <nicoladelgobbo@gmail.com>",
"contributors": [
"Antonio D'Angelo <tonydangelo123@gmail.com>"
],
"keywords": [
"express",
"powered-by",
"header",
"middleware",
"connect",
"x-powered-by"
],
"license": "Apache-2.0",
"scripts": {
"test": "node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=test/jasmine.json"
},
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/NickNaso/response-powered-by.git"
},
"bugs": {
"url": "https://github.com/NickNaso/response-powered-by/issues"
},
"homepage": "http://www.nacios.it/",
"devDependencies": {
"express": "^4.13.4",
"jasmine": "^2.4.1",
"supertest": "^1.2.0"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"index.js",
"lib/"
]
}