findhit-proxywrap
Version:
Wraps node's Server interfaces to be compatible with the PROXY protocol
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "findhit-proxywrap",
"version": "0.3.13",
"description": "Wraps node's Server interfaces to be compatible with the PROXY protocol",
"main": "lib/proxywrap.js",
"files": [
"lib/**",
"yarn*"
],
"author": "Josh Dague",
"license": "BSD",
"contributors": [
{
"name": "José Moreira",
"email": "jose.moreira@findhit.com"
},
{
"name": "Bruno Casanova",
"email": "bruno.casanova@findhit.com"
},
{
"name": "Gabriel Conceição",
"email": "gabriel.conceicao@findhit.com"
}
],
"engines": {
"node": ">= 0.8"
},
"scripts": {
"dev": "mocha --debug-brk=5858 --globals setImmediate,clearImmediate --check-leaks --colors -t 3000 --reporter spec $(find test/* -name '*.test.js')",
"lint": "eslint .",
"test": "mocha --globals setImmediate,clearImmediate --check-leaks --colors -t 3000 --reporter spec $(find test/* -name '*.test.js')",
"preversion": "npm test",
"postversion": "git push origin master && git push origin --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/findhit/proxywrap"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"bluebird": "^2.5.3",
"chai": "^1.10.0",
"eslint": "^3.19.0",
"findhit-util": "^0.2.3",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"spdy": "^3.4.4"
},
"keywords": [
"proxy",
"elb"
],
"bugs": {
"url": "https://github.com/findhit/proxywrap/issues"
}
}