ancillary-http
Version:
A library that allows you to move incoming http request to other, unrelated processes using the module 'ancillary'
25 lines (24 loc) • 631 B
JSON
{
"name": "ancillary-http",
"version": "1.0.0",
"description": "A library that allows you to move incoming http request to other, unrelated processes using the module 'ancillary'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/VanCoding/node-ancillary-http.git"
},
"keywords": [
"ancillary"
],
"author": "Patrik Stutz",
"license": "GPL",
"gitHead": "073d48b905d81c360921ae22cfd5f4a163dc0229",
"dependencies": {
"ancillary": "~2.0.0",
"http.js": "~1.0.0",
"spdy": "~1.0.0"
}
}